BITFALL/Assets/GSpawn - Level Designer/Scripts/Core/Extensions/RayEx.cs

8 lines
89 B
C#

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