C# Class Overlord, Grudge

Inheritance: MonoBehaviour
Afficher le fichier Open project: jctfarmer/Grudge Class Usage Examples

Méthodes publiques

Свойство Type Description
addCard bool
cardToAdd int
clearStack bool
localPlayer Player,
loggedIn bool
matchData byte[]
noCounter bool
opponent Player,
sendStack int[]
single bool
stack Card[],
submit bool
swap int[]
swapTurns bool

Méthodes publiques

Méthode Description
addToStack ( string name ) : void
releaseTurn ( ) : void

Private Methods

Méthode Description
AI ( ) : void
addToStack ( Card, temp ) : void
escapedTap ( ) : void
escapedTap ( int i ) : void
runCard ( Player, winner, Player, loser, Card, temp ) : void

Method Details

addToStack() public static méthode

public static addToStack ( string name ) : void
name string
Résultat void

releaseTurn() public static méthode

public static releaseTurn ( ) : void
Résultat void

Property Details

addCard public_oe static_oe property

public static bool addCard
Résultat bool

cardToAdd public_oe static_oe property

public static int cardToAdd
Résultat int

clearStack public_oe static_oe property

public static bool clearStack
Résultat bool

localPlayer public_oe static_oe property

public static Player, localPlayer
Résultat Player,

loggedIn public_oe static_oe property

public static bool loggedIn
Résultat bool

matchData public_oe static_oe property

public static byte[] matchData
Résultat byte[]

noCounter public_oe static_oe property

public static bool noCounter
Résultat bool

opponent public_oe static_oe property

public static Player, opponent
Résultat Player,

sendStack public_oe static_oe property

public static int[] sendStack
Résultat int[]

single public_oe static_oe property

public static bool single
Résultat bool

stack public_oe static_oe property

public static Card[], stack
Résultat Card[],

submit public_oe static_oe property

public static bool submit
Résultat bool

swap public_oe static_oe property

public static int[] swap
Résultat int[]

swapTurns public_oe static_oe property

public static bool swapTurns
Résultat bool