框架更新

This commit is contained in:
Bob.Song
2025-10-29 17:59:43 +08:00
parent fc18c8626a
commit a2cb248512
429 changed files with 7173 additions and 38748 deletions

View File

@@ -1,15 +0,0 @@
namespace Fantasy
{
internal interface ISceneUpdate
{
void Update();
}
internal sealed class EmptySceneUpdate : ISceneUpdate
{
public void Update()
{
}
}
}