コード例 #1
0
ファイル: Player.cs プロジェクト: davidbarile/Atoms
 public void CycleLeft()
 {
     Debug.Log("CycleLeft()      this = " + this);
     ActiveAtom.CycleClockwise();
 }