7 lines
86 B
C#
7 lines
86 B
C#
namespace RPG.Core
|
|
{
|
|
public interface IAction
|
|
{
|
|
void Cancel();
|
|
}
|
|
} |