Updated KD and ModulLoader
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user