public void UpdateState(GlobeGameState another)
 {
     base.UpdateState(another);
 }
Ejemplo n.º 2
0
 public void UpdateState(GlobeGameState another)
 {
     base.UpdateState(another);
     rotation.eulerAngles = new Vector3(0, rotation.eulerAngles.y, 0);
 }