Initial commit

This commit is contained in:
Mausham
2025-12-10 18:02:47 -08:00
commit 1014b82c22
251 changed files with 32297 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public interface IInputReader
{
Vector2 DragInput { get; }
}