mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-11-02 06:22:30 +01:00
updated debug canvas
This commit is contained in:
@@ -9,9 +9,6 @@ public class Player : NetworkBehaviour
|
||||
public Team team;
|
||||
[SerializeField] private const int defaultHp = 100;
|
||||
|
||||
|
||||
public ulong clientId;
|
||||
|
||||
[SyncVar(hook = nameof(SetName))]
|
||||
public string username;
|
||||
|
||||
@@ -21,7 +18,6 @@ public class Player : NetworkBehaviour
|
||||
public override void OnStartLocalPlayer()
|
||||
{
|
||||
base.OnStartClient();
|
||||
|
||||
//Load Player Username;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user