Files
BITFALL/Assets/GSpawn - Level Designer/Scripts/Core/Extensions/GenericMenuEx.cs
2024-01-27 04:09:57 +08:00

9 lines
95 B
C#

#if UNITY_EDITOR
namespace GSpawn
{
public static class GenericMenuEx
{
}
}
#endif