oldschool-toontown/toontown/coghq/LawbotOfficeBoilerRoom_Trap00_Cogs.py
2019-12-30 01:07:56 -05:00

8 lines
239 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 = []