예제 #1
0
 public void FollowHeroShip()
 {
     Console.WriteLine(name + " follows hero ship with " + engine.ToStringEX());
 }
예제 #2
0
 public void FollowHeroShip()
 {
     Debug.Log(name + " follows hero ship with " + engine.ToStringEX());
 }