예제 #1
0
 def is_tactic_node(my, node):
     return NodeData.is_tactic_node(node)
예제 #2
0
파일: maya_app.py 프로젝트: zieglerm/TACTIC
 def is_tactic_node(self, node):
     return NodeData.is_tactic_node(node)
예제 #3
0
 def is_tactic_node(self, node):
     return NodeData.is_tactic_node(node)
예제 #4
0
파일: maya_app.py 프로젝트: 0-T-0/TACTIC
 def is_tactic_node(my, node):
     return NodeData.is_tactic_node(node)