コード例 #1
0
 public static void Changepos(EnemyMoving a)
 {
     a.change_position();
     a.transform.position = a.get_random_pos();
 }