Files
Temp.BattleRoyale.Map.Unity/Assets/GSpawn - Level Designer/Scripts/Core/Extensions/RayEx.cs

8 lines
89 B
C#
Raw Normal View History

2024-05-13 01:28:33 +08:00
#if UNITY_EDITOR
namespace GSpawn
{
public static class RayEx
{
}
}
#endif