Poodletooth-iLand/toontown/coghq/LawbotOfficeBoilerRoom_Trap00_Cogs.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

8 lines
238 B
Python
Executable file

from SpecImports import *
from toontown.toonbase import ToontownGlobals
CogParent = 100001
BattleCellId = 0
BattleCells = {BattleCellId: {'parentEntId': CogParent,
'pos': Point3(0, 0, 0)}}
CogData = []
ReserveCogData = []