Contains core functionality for Needle Engine. This includes
This module contains the networking schemes used by Needle Engine.
They are used to define the structure of the data that is sent over the network.
Networking can use plain text or flatbuffers for serialization.
Flatbuffers are more efficient and faster than plain text, but require more setup work.
Contains Needle Engine Core Components.