コード例 #1
0
 public static void StartRevertCoroutine(StrategicPoint stratPoint)
 {
     thisSPTransform.StartCoroutine(RevertCoroutine(stratPoint));
 }