Trigger/Runtime/Collider/Ground/Box2DGroundTriggerArea.cs

5 lines
130 B
C#

namespace Syntriax.Modules.Trigger
{
public class Box2DGroundTriggerArea : Box2DColliderTriggerArea, IGroundTriggerArea { }
}