init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using VOID.UserInterface.Game.Util;
|
||||
|
||||
namespace VOID.UserInterface.Game.Interfaces
|
||||
{
|
||||
public interface IHasWindow
|
||||
{
|
||||
public WindowUI windowUI { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user