8 lines
150 B
C#
8 lines
150 B
C#
namespace vampi
|
|
{
|
|
public abstract class Typliste {
|
|
public const int EINWOHNER = 1;
|
|
public const int VAMPIR = 2;
|
|
}
|
|
}
|