Projekt přejmenován. Neko nastaven na výchozí pozici
This commit is contained in:
parent
1a27dd6fab
commit
ceac37920b
104 changed files with 873 additions and 208 deletions
10
ONDServer/ServerPlayer.cs
Normal file
10
ONDServer/ServerPlayer.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using LiteNetLib;
|
||||
using PacketLib;
|
||||
|
||||
namespace ONDServer;
|
||||
|
||||
public class ServerPlayer {
|
||||
public NetPeer peer;
|
||||
public PlayerState state;
|
||||
public string username;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue