mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Major scoped-enum refactor
This commit is contained in:
@@ -12,7 +12,7 @@ namespace DNAMP1
|
||||
struct AreaAttributes : IScriptObject
|
||||
{
|
||||
DECL_YAML
|
||||
enum EWeatherType
|
||||
enum class EWeatherType : atUint32
|
||||
{
|
||||
None,
|
||||
Snow,
|
||||
|
||||
Reference in New Issue
Block a user