This commit is contained in:
2025-09-18 18:25:40 +08:00
parent 8ee325cc01
commit ce06ca8571
220 changed files with 165196 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
namespace SkierFramework
{
public enum UIEvent
{
None,
}
}