add throwable hand
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user