Changelog
- All reflection netcode has been removed.
PacketRegistry.csis generated by the source gen increasing game startup performance.- Each
WriteandReadmethod forServerPacketandClientPacketare generated by the source gen increasing performance whenever packets are written or read. - If the
WriteorReadmethod are present then no code will be generated. Manually write theWriteandReadmethods out yourself if you want full control over the send order. - The
[NetSend(SendOrder)]attribute has been completely removed.
- Profiler methods have been made static.
Contributors: @valkyrienyanko
Git Diff: v1.1.3...v1.1.4