added player and danger platfroms
This commit is contained in:
6
Assets/Scripts/GameInput/IInputReader.cs
Normal file
6
Assets/Scripts/GameInput/IInputReader.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IInputReader
|
||||
{
|
||||
Vector2 dragInput{get;}
|
||||
}
|
||||
Reference in New Issue
Block a user