框架更新
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
namespace Fantasy
|
||||
{
|
||||
internal interface ISceneUpdate
|
||||
{
|
||||
void Update();
|
||||
}
|
||||
|
||||
internal sealed class EmptySceneUpdate : ISceneUpdate
|
||||
{
|
||||
public void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user