Trigger/Ground/Box2DGroundTriggerWithRotat...

5 lines
142 B
C#
Raw Normal View History

2022-11-20 18:20:53 +03:00
namespace Syntriax.Modules.Trigger
{
public class Box2DGroundTriggerWithRotation : Box2DColliderTriggerWithRotation, IGroundTrigger { }
}