6 lines
80 B
C#
6 lines
80 B
C#
namespace Ragon.Core.Time;
|
|
|
|
public interface IAction
|
|
{
|
|
public void Tick();
|
|
} |