Esempio n. 1
0
 private void executeActionList(NpcBase npc, bool turnToPlayer)
 {
     Core.getGlobalManager <InputManager>().IsBusy = true;
     npc.executeActionList(turnToPlayer);
 }