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

9 lines
No EOL
275 B
C#
Executable file

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
}
}