feat: Added Sky class
+ changed file structure in the python module + fixed static method binding for PyDaedalus class
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
|
||||
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.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 g2o.classes.packets import Packet
|
||||
from g2o.classes.damage import DamageDescription
|
||||
from g2o.classes.items import ItemGround
|
||||
from g2o.classes.daedalus import Daedalus
|
||||
from g2o.classes.sky import Sky
|
||||
|
||||
from sqg2oconst import *
|
||||
Reference in New Issue
Block a user