mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
16 lines
171 B
C#
16 lines
171 B
C#
using System;
|
|
namespace Tester
|
|
{
|
|
public class Consts
|
|
{
|
|
public Consts ()
|
|
{
|
|
}
|
|
|
|
public static const int Enuma = 2;
|
|
public static const int Enumb = 44;
|
|
|
|
}
|
|
}
|
|
|