Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
cs-vampi/Typliste.cs
2009-01-29 23:44:45 +01:00

8 lines
150 B
C#

namespace vampi
{
public abstract class Typliste {
public const int EINWOHNER = 1;
public const int VAMPIR = 2;
}
}