BedrockProtocol icon indicating copy to clipboard operation
BedrockProtocol copied to clipboard

Make MoveActorDeltaPacket less obnoxious to use

Open dktapps opened this issue 2 years ago • 0 comments

It's possible to make each of the fields nullable, and build the flags dynamically based on the given inputs, rather than requiring the caller to set them. This would require much less code at call sites, and be much less error-prone.

dktapps avatar Mar 06 '23 18:03 dktapps