Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision
public enum JobState : byte
{
	Trader = 1,
	Robber = 2,
	Hunter = 3,
	Neutral = 4,
}
Clone this wiki locally