mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-04-16 14:42:35 +00:00
fix NREs
This commit is contained in:
parent
70b1df3a77
commit
1caa351e2b
@ -14,7 +14,7 @@ namespace QSB.Player
|
|||||||
public uint PlayerId { get; }
|
public uint PlayerId { get; }
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
public PlayerHUDMarker HudMarker { get; set; }
|
public PlayerHUDMarker HudMarker { get; set; }
|
||||||
public PlayerState PlayerStates { get; set; }
|
public PlayerState PlayerStates { get; set; } = new PlayerState();
|
||||||
|
|
||||||
// Body Objects
|
// Body Objects
|
||||||
public OWCamera Camera { get; set; }
|
public OWCamera Camera { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user