PongFE/PongFE/Components/CanBeDestroyedComponent.cs

7 lines
109 B
C#
Raw Normal View History

2020-07-15 21:00:55 +00:00
using Encompass;
namespace PongFE.Components
{
public struct CanBeDestroyedComponent : IComponent { }
}