refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Ragon.Core;
|
||||
|
||||
public interface IDispatcher
|
||||
{
|
||||
public void Dispatch(Action action);
|
||||
}
|
||||
Reference in New Issue
Block a user