mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-03 04:34:26 -07:00
minor cleanups, add the preview images back
This commit is contained in:
@@ -10,14 +10,6 @@ namespace TNHQoLImprovements
|
||||
{
|
||||
public static TNH_Manager tnhManager;
|
||||
|
||||
public static bool InHold()
|
||||
{
|
||||
if (tnhManager == null)
|
||||
return false;
|
||||
|
||||
return tnhManager.Phase == TNH_Phase.Hold;
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
tnhManager = FindObjectOfType<TNH_Manager>();
|
||||
|
||||
Reference in New Issue
Block a user