🚧 plugin system, webhook system

This commit is contained in:
2023-04-09 10:52:18 +04:00
parent f2edc94958
commit bfd6c1b54b
60 changed files with 762 additions and 267 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
* limitations under the License.
*/
namespace Ragon.Core.Time;
namespace Ragon.Server.Time;
public interface IRagonAction
{
public void Tick();
public void Tick(float dt);
}