initial multi-language concept

This commit is contained in:
wish
2022-11-07 00:35:45 +11:00
parent 6c3be9c32e
commit 7789424a08
5 changed files with 33 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ type Session struct {
kqf []byte
kqfOverride bool
dict map[string]string
semaphore *Semaphore // Required for the stateful MsgSysUnreserveStage packet.
// A stack containing the stage movement history (push on enter/move, pop on back)