mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
9 lines
238 B
Python
9 lines
238 B
Python
|
from SpecImports import *
|
||
|
from toontown.toonbase import ToontownGlobals
|
||
|
CogParent = 100001
|
||
|
BattleCellId = 0
|
||
|
BattleCells = {BattleCellId: {'parentEntId': CogParent,
|
||
|
'pos': Point3(0, 0, 0)}}
|
||
|
CogData = []
|
||
|
ReserveCogData = []
|