Skip to content
DummkopfOfHachtenduden edited this page Jul 12, 2021 · 1 revision
public enum SiegeRequestType : byte
{
    Siege = 1,
    Defend = 2,
}
Clone this wiki locally