|
//--------------------------------------------------
|
|
// Motion Framework
|
|
// Copyright©2019-2020 何冠峰
|
|
// Licensed under the MIT license
|
|
//--------------------------------------------------
|
|
|
|
namespace MotionFramework.Console
|
|
{
|
|
public interface IConsoleWindow
|
|
{
|
|
void OnGUI();
|
|
}
|
|
} |