Table of Contents

Interface ICard

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic card.

public interface ICard
Extension Methods

Properties

ModuleCount

Gets the number of the modules in this card.

int ModuleCount { get; }

Property Value

int

An int value that represents how many modules are in this card.

Type

Gets the type of the card.

CardType Type { get; }

Property Value

CardType

A CardType value that represents the type of the card.