示例#1
0
 public void OnReceive(EB.Sparx.Game game, EB.Sparx.Player player, EB.Sparx.Packet packet)
 {
     Replication.Receive(player != null ? player.PlayerId : EB.Sparx.Network.HostId, packet.Data);
 }