示例#1
0
 private void Start()
 {
     transform.localScale = new Vector3(1, 1, 1);
     action = FromComponent(transform.parent.GetComponent <ActionUI>().realAction);
     action.freeFormation = GetComponentInParent <ActionUI>().uiElements.freeFormation;
 }
示例#2
0
 public void FillFields(MoveFormationTargetAction action)
 {
 }