mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
make PlayerInfo.Visible actually accurate
This commit is contained in:
parent
b09d8c51f6
commit
3e478ceda4
@ -29,7 +29,7 @@ namespace QSB.Player
|
||||
public ClientState State { get; set; }
|
||||
public EyeState EyeState { get; set; }
|
||||
public bool IsDead { get; set; }
|
||||
public bool Visible { get; set; } = true;
|
||||
public bool Visible => DitheringAnimator._visible;
|
||||
public bool IsReady { get; set; }
|
||||
public bool IsInMoon { get; set; }
|
||||
public bool IsInShrine { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user