Implement debug switching
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Services.Interfaces {
|
||||
void Setup();
|
||||
|
||||
UniTask<bool> TrySwap(Vector2Int from, Vector2Int to);
|
||||
UniTask<bool> TrySwitch(Vector2Int position);
|
||||
}
|
||||
}
|
||||
@@ -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