|
| struct | Vector4i |
| |
| interface | TNet.IBinarySerializable |
| | If custom or simply more efficient serialization is desired, derive your class from IBinarySerializable. Ideal use case would be to reduce the amount of data sent over the network via RFCs. More...
|
| |
| struct | TNet.ObsInt |
| | Obfuscated type integer. Usable just like any integer, but when it's in memory it's not recognizable. Useful for avoiding CheatEngine lookups. More...
|
| |
| class | TNet.Serialization |
| | This class contains various serialization extension methods that make it easy to serialize any object into binary form that's smaller in size than what you would get by simply using the Binary Formatter. If you want more efficient serialization, implement IBinarySerializable. More...
|
| |