예제 #1
0
 void OnWizardCreate()
 {
     if (group == null && Selection.activeGameObject != null)
     {
         group = Selection.activeGameObject.GetComponent <SceneNPCGroup> ();
     }
     MapEventActionManager.CreateNewGroupAction(Selection.activeGameObject, group);
 }