BigMacintosh / Parking

Year 3 Games Project
MIT License
6 stars 0 forks source link

Add Size field to PlayerPositions Struct #217

Closed RileyEv closed 4 years ago

RileyEv commented 4 years ago

Current Behaviour: In event packets we have to calculate the size for each stunt manually

Desired Behaviour: Add .Size to make this much less error prone.

RileyEv commented 4 years ago

Changed how this is done