Streamlines the implementation of Request-Response and Event-based communication protocols for the Moorestech game server.
This skill provides specialized guidance for developing the server-side communication layer of the Moorestech automated factory game. It automates the boilerplate for IPacketResponse implementations and EventPacket handling using MessagePack for serialization. By following strict architectural patterns and integration steps—such as PacketResponseCreator registration and UniRx subscriptions—it ensures consistent, robust network interactions between the client and server while facilitating automated testing and documentation within the Moorestech ecosystem.
Key Features
0169 GitHub stars
02Automates MessagePack serialization and key management
03Integrates with testing workflows for network packet validation