Trigger/Runtime/Collider/Ground/Box2DGroundTriggerAreaWithR...

5 lines
154 B
C#

namespace Syntriax.Modules.Trigger
{
public class Box2DGroundTriggerAreaWithRotation : Box2DColliderTriggerAreaWithRotation, IGroundTriggerArea { }
}