diff --git a/Ground/Box2DGroundTriggerWithRotation.cs b/Ground/Box2DGroundTriggerWithRotation.cs index e69de29..08a550f 100644 --- a/Ground/Box2DGroundTriggerWithRotation.cs +++ b/Ground/Box2DGroundTriggerWithRotation.cs @@ -0,0 +1,4 @@ +namespace Syntriax.Modules.Trigger +{ + public class Box2DGroundTriggerWithRotation : Box2DColliderTriggerWithRotation, IGroundTrigger { } +}