set up entityListener and switch websocket library

This commit is contained in:
Sam Lewis
2022-10-16 15:20:04 -04:00
parent 2d77c4b657
commit 8b888a2d89
20 changed files with 204 additions and 133 deletions
+8
View File
@@ -0,0 +1,8 @@
package internal
var id int64 = 0
func GetId() int64 {
id += 1
return id
}