5 lines
154 B
C#
5 lines
154 B
C#
|
namespace Syntriax.Modules.Trigger
|
||
|
{
|
||
|
public class Box2DGroundTriggerAreaWithRotation : Box2DColliderTriggerAreaWithRotation, IGroundTriggerArea { }
|
||
|
}
|