protected override void DeserializeInternal(NetIncomingMessage message)
 {
     State = new Game.FullObjectState(message.ReadBytes(message.ReadUInt16()));
 }
 public GameObjectCreatedAction(GameObject obj)
 {
     State = new Game.FullObjectState(obj.FullState);
 }