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