PongFE/PongFE/Components/IncreaseScoreAfterDestroyCo...

10 lines
129 B
C#
Raw Normal View History

2020-07-16 21:39:36 +00:00
using Encompass;
namespace PongFE.Components
{
public struct IncreaseScoreAfterDestroyComponent : IComponent
{
}
}