booh. I'm a missing import.

This commit is contained in:
Jay Lee
2026-07-03 10:29:59 -04:00
parent 49cd4333b1
commit 58775ab4aa
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ from gamlib import glaction
Act = glaction.GamAction()
from gamlib import glapi as API
from gamlib import glcfg as GC
from gam.util.fileio import setFilePath, readFile, writeFile, openFile
from gamlib import glentity
Ent = glentity.GamEntity()
from gamlib import glglobals as GM