.
This commit is contained in:
@@ -4,7 +4,7 @@ using OpenTK.Windowing.Common;
|
||||
|
||||
namespace Engine.Graphics;
|
||||
|
||||
public interface IPresenter : IUpdate
|
||||
public interface IPresenter : IUpdate, IRender
|
||||
{
|
||||
public bool IsExiting { get; }
|
||||
public int Width { get; }
|
||||
|
||||
Reference in New Issue
Block a user