Projekt přejmenován. Neko nastaven na výchozí pozici

This commit is contained in:
Perry 2026-03-22 18:31:05 +01:00
parent 1a27dd6fab
commit ceac37920b
104 changed files with 873 additions and 208 deletions

View file

@ -1,10 +0,0 @@
using LiteNetLib;
using PacketLib;
namespace FNAF_Server;
public class ServerPlayer {
public NetPeer peer;
public PlayerState state;
public string username;
}