소스 검색

增加几个行为树节点

tanghai 11 년 전
부모
커밋
95834e334e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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,
 	}
 }