cvr-props/Assets/ABI.CCK/Components/Interface/ICCK_Component.cs

9 lines
275 B
C#
Raw Normal View History

namespace ABI.CCK.Components
{
// TODO: Replace with Attribute, we dont need to use an interface for this
public interface ICCK_Component
{
// This is a marker interface, it has no members.
// CVRComponentRegistry & CVR_GizmoFix
}
}