Skip to content
DummkopfOfHachtenduden edited this page Jul 12, 2021 · 1 revision
public enum SiegeStructState : ushort
{
    Closed = 0,
    Destroyed = 1,
    Opened = 2,
}
Clone this wiki locally