lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Added function "BitsToHoldInt64". #53

Closed AgentFire closed 8 years ago

AgentFire commented 8 years ago

Added function "BitsToHoldInt64" which is required for my another proposal: method public int WriteRangedInteger(long min, long max, long value) so that int-64 values could sent as ranged as well :)

AgentFire commented 8 years ago

Okay I think this is not needed anymore.