Zvuky, změny v pathfindingu, přidány ventilace
This commit is contained in:
parent
4fdff0a0cc
commit
c5adebb2db
36 changed files with 527 additions and 143 deletions
|
|
@ -37,7 +37,7 @@ public class Client {
|
|||
public static ClientPlayer Opponent { get; } = new();
|
||||
|
||||
public static ClientPlayer GetPlayer(int pid) => Player.state.pid == pid ? Player : Opponent;
|
||||
|
||||
|
||||
public static void Connect(string endPoint, int port) {
|
||||
State = ConnectionState.CONNECTING;
|
||||
writer = new NetDataWriter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue