Implement Bombs
This commit is contained in:
@@ -3,7 +3,6 @@ using UnityEngine;
|
||||
|
||||
namespace Services.Interfaces {
|
||||
public interface IInputService {
|
||||
event Action<Vector2> OnPointerDown;
|
||||
event Action<Vector2> OnPointerUp;
|
||||
event Action<Vector2Int, Vector2Int> OnSwapRequested;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user