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
8
FNAF_Clone/ClientPlayer.cs
Normal file
8
FNAF_Clone/ClientPlayer.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using PacketLib;
|
||||
|
||||
namespace FNAF_Clone;
|
||||
|
||||
public class ClientPlayer {
|
||||
public PlayerState state;
|
||||
public string username;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue