C# Class Sanguosha.Core.Cards.CardAttribute

Datei anzeigen Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Properties

Property Type Description
SourceRequireTwoResponses CardAttribute
TargetRequireTwoResponses CardAttribute

Public Methods

Method Description
Register ( string attributeName ) : CardAttribute
this ( Player key ) : CardAttribute

Private Methods

Method Description
CardAttribute ( string attrName ) : System

Method Details

Register() public static method

public static Register ( string attributeName ) : CardAttribute
attributeName string
return CardAttribute

this() public method

public this ( Player key ) : CardAttribute
key Player
return CardAttribute

Property Details

SourceRequireTwoResponses public_oe static_oe property

public static CardAttribute,Sanguosha.Core.Cards SourceRequireTwoResponses
return CardAttribute

TargetRequireTwoResponses public_oe static_oe property

public static CardAttribute,Sanguosha.Core.Cards TargetRequireTwoResponses
return CardAttribute