Updated KD and ModulLoader

This commit is contained in:
Mueller Wayan
2025-05-18 18:05:23 +02:00
parent 47ddfed9bc
commit 1862530728
38 changed files with 602 additions and 360 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
using Firebird2D.Interfaces;
using Firebird2D.DataypesAndInterfaces.Interfaces;
using Firebird2D.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -10,5 +11,7 @@ namespace Firebird2D.Interfaces
public interface IGame
{
public IEventBus EventBus { get; set; }
public IKeyMapper KeyMapper { get; set; }
}
}