7 lines
82 B
C#
7 lines
82 B
C#
using UnityEngine;
|
|
|
|
public interface IInputReader
|
|
{
|
|
Vector2 dragInput{get;}
|
|
}
|