Hussam Ather

Results 1 comments of Hussam Ather

I get around this by creating an enum of Game Messages e.g. Enum GameMessage { ClientUnitTransform = 0x2004 } Now i can write deterministic code as I know what I'm...