add throwable hand

This commit is contained in:
2026-03-27 15:57:01 -05:00
parent 6e22731e50
commit 57b14d4ba9
11 changed files with 1626 additions and 1 deletions
+8
View File
@@ -153,6 +153,14 @@ public Image GetBlackScreen()
return Instance.blackScreen;
}
/// <summary>
/// Get the playerContoller object reference
/// </summary>
public PlayerController GetPlayerController()
{
return Instance.playerController;
}
#region Storybool Save/Load
public void SaveStoryBools(ref StoryboolSaveData data)
{