RiptideNetworking / Riptide

Lightweight C# networking solution for multiplayer games.
https://riptide.tomweiland.net
MIT License
1.05k stars 141 forks source link

Added overload Get methods with only array no set amount to Message, also Fixed spelling mistake. #127

Closed Gohan500 closed 6 months ago

Gohan500 commented 6 months ago

i added an overload method to each type in message which reads an array. these overload methods read the amount, that they should read for the array, from the message instead of the developer having to pre-define the amount.

I also fixed some minor spelling mistakes. Making: intArray -> intoArray. This was done for 'GetSBytes' and 'ReadSerializables'

Also Vscode removed some empty spaces