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 a 64-bit version of ReadRangedInteger. #55

Closed AgentFire closed 8 years ago

AgentFire commented 8 years ago

public long ReadRangedInteger(long min, long max) is now available for reads of LONG values.

AgentFire commented 8 years ago

@lidgren don't forget to include this one as well as "WriteRangedInteger (64-bit version)" as they are two pieces of a whole. Also, my another pull request (Added method "BitsToHoldInt64") is required for them to work. I'm sorry I'm not that familiar with github and still havn't figured out hot to pull-request several files at once.