mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-04-15 11:42:23 +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 string Name { get; set; }
|
||||
public PlayerHUDMarker HudMarker { get; set; }
|
||||
public PlayerState PlayerStates { get; set; }
|
||||
public PlayerState PlayerStates { get; set; } = new PlayerState();
|
||||
|
||||
// Body Objects
|
||||
public OWCamera Camera { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user