You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace the integer QOS with names. When you setup the networking you specify names that are associated with a channel. This makes it easier to manage. You can thus specify that a message should be sent on the "damage" channel which handles all damage related logic and is running on the AllCostDelivery channel.
38
38
* ProtocolVersion to allow making different versions not talk to each other.
39
39
* NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc.
* Super efficient BitWriter & BitReader \[[Wiki page](https://github.com/MidLevel/MLAPI/wiki/BitWriter-&-BitReader)\]
55
-
* Command & Rpc system like HLAPI to allow for quick transfer from HLAPI to MLAPI \[[Wiki page](https://github.com/MidLevel/MLAPI/wiki/Attribute-Message-System)\]
56
-
* Observer system similar to the HLAPI \[[Wiki page](https://github.com/MidLevel/MLAPI/wiki/Observer)\]
57
52
* Custom UDP transport support \[[Wiki page](https://github.com/MidLevel/MLAPI/wiki/Custom-Transports)\]
0 commit comments