This commit is contained in:
2025-09-24 15:34:24 +08:00
parent 14f74b229c
commit 5be39ffe71
724 changed files with 1935656 additions and 0 deletions

View File

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