feat: added scheduler, minor fixes

This commit is contained in:
2022-07-02 11:02:09 +04:00
parent e674600308
commit 773adeefb2
11 changed files with 151 additions and 33 deletions
+1 -5
View File
@@ -264,11 +264,7 @@ namespace Ragon.Core
public virtual void OnStop()
{
}
public virtual void OnTick(float deltaTime)
{
}
#endregion
}
}