+ sqParseTable moved to nonut::CustomTypes as SqDict + fix: Removed Python constructors for ItemGround and DamageDescription classes (so it's unable to make new objects in the scripts)
14 lines
414 B
Python
14 lines
414 B
Python
|
|
from g2o.events import addEvent
|
|
from g2o.events import callEvent
|
|
from g2o.events import event
|
|
from g2o.events import removeEventHandler
|
|
from g2o.events import toggleEvent
|
|
from g2o.events import removeEvent
|
|
|
|
from g2o.packets import Packet
|
|
from g2o.damage import DamageDescription
|
|
from g2o.items import ItemGround
|
|
from g2o.daedalus import Daedalus
|
|
|
|
from sqg2oconst import * |