This commit is contained in:
MuHua-123
2025-08-29 14:08:02 +08:00
parent 04b65e6945
commit 9a20ee8ac5
17 changed files with 110 additions and 61 deletions
@@ -9,5 +9,7 @@ namespace MuHua {
public interface UIControl {
/// <summary> 更新UI状态 </summary>
public void Update();
/// <summary> 解除UI绑定 </summary>
public void Dispose();
}
}