Exemple #1
0
 public void OnUserAction(Koma koma)
 {
     koma.OnUserAction();
     // Vector2 pos = GetComponent<RectTransform> ().anchoredPosition;
     // pos.y += -220;
     // GetComponent<RectTransform> ().anchoredPosition = pos;
 }