饭太稀
This commit is contained in:
15
Fantasy/Fantays.Console/Runtime/Core/Scene/ISceneUpdate.cs
Normal file
15
Fantasy/Fantays.Console/Runtime/Core/Scene/ISceneUpdate.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Fantasy
|
||||
{
|
||||
internal interface ISceneUpdate
|
||||
{
|
||||
void Update();
|
||||
}
|
||||
|
||||
internal sealed class EmptySceneUpdate : ISceneUpdate
|
||||
{
|
||||
public void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user