Stage/objects test

This commit is contained in:
Andrew Gutekanst
2020-01-23 19:29:19 -05:00
parent 10c80322af
commit 28e0dafd54
8 changed files with 174 additions and 28 deletions

View File

@@ -22,6 +22,7 @@ type Session struct {
sendPackets chan []byte
stageID string
stage *Stage
charID uint32
}