Skip to content
Engels Quintero edited this page Jul 14, 2021 · 2 revisions
public enum FlagWarUpdateType : byte
{
    BeginIn10 = 2,
    Begin = 4,
    Ended = 9,
    OperationResult = 0xFF
}
Clone this wiki locally