Implement debug switching
This commit is contained in:
@@ -4,5 +4,6 @@ using UnityEngine;
|
||||
namespace Services.Interfaces {
|
||||
public interface IInputService {
|
||||
event Action<Vector2Int, Vector2Int> OnSwapRequested;
|
||||
event Action<Vector2Int> OnSwitchRequested;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user