コード例 #1
0
ファイル: Waypoint.cs プロジェクト: rharel/unity-pacman
 public void Disconnect(Waypoint other)
 {
     this.RemoveNeighbour(other);
     other.RemoveNeighbour(this);
 }