mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
bruh
This commit is contained in:
parent
332ed840d7
commit
5627d5b388
@ -46,13 +46,13 @@ public partial class PlayerInfo
|
||||
/// </summary>
|
||||
public void Reset()
|
||||
{
|
||||
HudMarker = default;
|
||||
EyeState = default;
|
||||
IsDead = default;
|
||||
IsReady = default;
|
||||
IsInMoon = default;
|
||||
IsInShrine = default;
|
||||
IsInEyeShuttle = default;
|
||||
HudMarker = default;
|
||||
EyeState = default;
|
||||
EntangledObject = default;
|
||||
AudioController = default;
|
||||
ThrusterLightTracker = default;
|
||||
@ -61,6 +61,7 @@ public partial class PlayerInfo
|
||||
_ditheringAnimator = default;
|
||||
|
||||
_camera = default;
|
||||
CameraBody = default;
|
||||
_body = default;
|
||||
|
||||
CurrentCharacterDialogueTreeId = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user