Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision
public enum StallAction : byte
{
    Leave = 1,
    Enter = 2,
    Buy = 3,
}
Clone this wiki locally