This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is a very messy prototype Autoload to test Nakama with a Dedicated Server | |
| # This file won't do much of anything on its own, but I'm using it to drive | |
| # a dedicated server for a game already made | |
| extends Node | |
| enum OP { | |
| HOST, | |
| STARTGAME, | |
| LOBBYMESSAGE, | |
| REGISTER_AS_SERVER, |