コード例 #1
0
ファイル: Node.cs プロジェクト: aayysseeee/AI_City_Route_Tool
 public void NotifyDelete()
 {
     NodeNetCreator.NotifyNodeDeleted(id);
     Debug.Log(id);
 }