9 lines
275 B
C#
9 lines
275 B
C#
|
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
|
|||
|
}
|
|||
|
}
|