public void RequestSpawnUnit(int x, int y, int type)
 {
     packet.SpawnUnitRequest(x, y, type);
 }