[Refactor] General cleanup

This commit is contained in:
Pasha Bibko
2025-11-27 21:54:11 +00:00
parent 201675720c
commit 2d974f5217
4 changed files with 50 additions and 58 deletions

View File

@@ -6,9 +6,8 @@ public static class GlobalInput
{
private void Start() => DontDestroyOnLoad(gameObject);
[SerializeField] private bool m_IsContact;
[SerializeField] private bool m_TouchStartedThisFrame;
private bool m_IsContact;
private bool m_TouchStartedThisFrame;
private float m_HeldTime;
private static bool IsPressedInternal()