PongFE/PongFE/Components/CanCauseAngledBounceCompone...

7 lines
115 B
C#
Raw Permalink Normal View History

2020-07-18 05:53:22 +00:00
using Encompass;
namespace PongFE.Components
{
public struct CanCauseAngledBounceComponent : IComponent { }
}