Files
MuHua-Core/Packages/Tools/Runtime/ModuleAttribute/SceneNameAttribute.cs
T
MuHua-123 5374616980 1
2025-06-17 10:53:45 +08:00

8 lines
105 B
C#

using UnityEngine;
namespace MuHua {
public class SceneNameAttribute : PropertyAttribute {
}
}