This commit is contained in:
Syntriax 2022-11-20 18:20:53 +03:00
parent 685460123f
commit eb0d7fc7a7
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
namespace Syntriax.Modules.Trigger
{
public class Box2DGroundTriggerWithRotation : Box2DColliderTriggerWithRotation, IGroundTrigger { }
}