Poodletooth-iLand/toontown/coghq/LawbotOfficeBoilerRoom_Trap00_Cogs.py

9 lines
238 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from SpecImports import *
from toontown.toonbase import ToontownGlobals
CogParent = 100001
BattleCellId = 0
BattleCells = {BattleCellId: {'parentEntId': CogParent,
'pos': Point3(0, 0, 0)}}
CogData = []
ReserveCogData = []