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
| // | |
| // Simple Test Case to Send messages with ENet-Sharp & ENetStack | |
| // ------------------------------------------------------------- | |
| // steven 'lazalong' 2019 | |
| // | |
| // If all goes smoothly you should see the followign log line: | |
| // [Server] LogindData= OpCode= 4 passHash= 70 username= username | |
| // UnityEngine.Debug:Log(Object) | |
| // You will need the dll from the reference below. | |
| // Reference: |