public void UpdateState(GlobeGameState another)
 {
     base.UpdateState(another);
 }
Пример #2
0
 public void UpdateState(GlobeGameState another)
 {
     base.UpdateState(another);
     rotation.eulerAngles = new Vector3(0, rotation.eulerAngles.y, 0);
 }