Trigger/Runtime/Collider/Ground/IGroundTriggerArea.cs

5 lines
98 B
C#
Raw Normal View History

namespace Syntriax.Modules.Trigger
{
public interface IGroundTriggerArea : ITriggerArea { }
}