LeviLamina
Loading...
Searching...
No Matches
ActorGoalFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityGoalFactory.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 ActorGoalFactory& operator=(ActorGoalFactory const&);
20};
Definition ActorGoalFactory.h:8
Definition EntityGoalFactory.h:10
Definition Alias.h:14