mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 15:46:17 +00:00
CScriptTemplate: Convert EAttachType into an enum class
Prevents polluting the global namespace.
This commit is contained in:
@@ -14,10 +14,9 @@ class CGameTemplate;
|
||||
class CScriptObject;
|
||||
typedef TString TIDString;
|
||||
|
||||
enum EAttachType
|
||||
{
|
||||
eAttach,
|
||||
eFollow
|
||||
enum class EAttachType {
|
||||
Attach,
|
||||
Follow
|
||||
};
|
||||
|
||||
struct SAttachment
|
||||
|
||||
Reference in New Issue
Block a user