private static void AddAllActions() { GOAPActionsBasicFactory.AddAllActions(); GOAPActionsCheatFactory.AddAllActions(); GOAPActionsGoToFactory.AddAllActions(); GOAPActionsItemFactory.AddAllActions(); GOAPActionsProgramFactory.AddAllActions(); GOAPActionsOtherFactory.AddAllActions(); GOAPActionsDistractionFactory.AddAllActions(); }
public static void Create() { GOAPActionsBasicFactory.Create(); GOAPActionsCheatFactory.Create(); GOAPActionsGoToFactory.Create(); GOAPActionsItemFactory.Create(); GOAPActionsProgramFactory.Create(); GOAPActionsOtherFactory.Create(); GOAPActionsDistractionFactory.Create(); AddAllActions(); }