Funkční komunikace mezi jedním clientem a serverem
This commit is contained in:
commit
3f235f6e04
44 changed files with 1030 additions and 0 deletions
10
FNAF_Server/ServerPlayer.cs
Normal file
10
FNAF_Server/ServerPlayer.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using LiteNetLib;
|
||||
using PacketLib;
|
||||
|
||||
namespace FNAF_Server;
|
||||
|
||||
public class ServerPlayer {
|
||||
public NetPeer peer;
|
||||
public PlayerState state;
|
||||
public string username;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue