This commit is contained in:
2022-12-16 23:36:51 +04:00
parent 4d8ed1105a
commit fa6ace4dc8
12 changed files with 54 additions and 60 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Ragon.Core.Time;
public interface IAction
{
public void Tick();
}