mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
I fucked this up
This commit is contained in:
parent
26781efc6c
commit
74abc6ac57
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ ChangePartyFieldErrorCode = PythonUtil.Enum(('AllOk',
|
|||
'AlreadyRefunded'))
|
||||
ActivityTypes = PythonUtil.Enum(('HostInitiated', 'GuestInitiated', 'Continuous'))
|
||||
PartyGateDenialReasons = PythonUtil.Enum(('Unavailable', 'Full'))
|
||||
ActivityIds = PythonUtil.Enum(('PartyCatch',
|
||||
'PartyJukebox',
|
||||
ActivityIds = PythonUtil.Enum(('PartyJukebox',
|
||||
'PartyCannon',
|
||||
'PartyTrampoline',
|
||||
'PartyCatch',
|
||||
'PartyDance',
|
||||
'PartyTugOfWar',
|
||||
'PartyFireworks',
|
||||
|
|
Loading…
Reference in a new issue