Jelajahi Sumber

增加几个行为树节点

tanghai 10 tahun lalu
induk
melakukan
95834e334e
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      CSharp/App/Modules/BehaviorTreeModule/NodeType.cs

+ 8 - 0
CSharp/App/Modules/BehaviorTreeModule/NodeType.cs

@@ -11,5 +11,13 @@
 		MoveToTarget = 100,
 		Desdroy = 101,
 		DistanceWithTarget = 102,
+
+		PlayMotion = 210,
+		ApplyCloak = 211,
+		CancelCloak = 212,
+		ChangeModel = 213,
+		RevertModel = 214,
+		ChangeMaterial = 215,
+		RevertMaterial = 216,
 	}
 }