riversong code showcase
This commit is contained in:
15
Source/Riversong/Game/EditTools/IEditingService.cs
Normal file
15
Source/Riversong/Game/EditTools/IEditingService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IEditingService
|
||||
{
|
||||
EditingState EditingState { get; }
|
||||
|
||||
event Action<EditTool> ActiveToolChanged;
|
||||
|
||||
void ActivateTool(EditTool tool);
|
||||
|
||||
void DeactivateTool();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user