From eb0d7fc7a742a78da558ff2f879e6657cdf3c373 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sun, 20 Nov 2022 18:20:53 +0300 Subject: [PATCH] Fix --- Ground/Box2DGroundTriggerWithRotation.cs | 4 ++++ 1 file changed, 4 insertions(+) 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 { } +}