feat: Added Daedalus class

+ 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)
This commit is contained in:
AURUMVORXX
2024-11-06 23:58:23 +03:00
parent fe0604d79c
commit f4ec811163
20 changed files with 141 additions and 98 deletions

View File

@@ -9,5 +9,6 @@ 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 *