diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-08 15:15:12 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-08 15:15:12 -0500 |
| commit | a38bd3c03bfd30c138458be13332ea4eb3389229 (patch) | |
| tree | 7a947790d573357eb07fde0ca0abef10ca11eedd /utils/enums.py | |
| parent | 1a6e8e5e5945d87908c15a25217764a30dc51ef8 (diff) | |
| download | GolemFlavor-a38bd3c03bfd30c138458be13332ea4eb3389229.tar.gz GolemFlavor-a38bd3c03bfd30c138458be13332ea4eb3389229.zip | |
Mon 8 Apr 15:15:12 CDT 2019
Diffstat (limited to 'utils/enums.py')
| -rw-r--r-- | utils/enums.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/enums.py b/utils/enums.py index a7982f8..441a16f 100644 --- a/utils/enums.py +++ b/utils/enums.py @@ -76,3 +76,9 @@ class StatCateg(Enum): class SteeringCateg(Enum): P2_0 = 1 P2_1 = 2 + + +class Texture(Enum): + OEU = 0 + OET = 1 + OUT = 2 |
