C# Class DeckSelection

Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Méthode Description
ChangeRunePosition ( int oldPosition, int newPosition ) : bool
DeckSelection ( ) : UnityEngine
PlaceRuneInHand ( Rune, rune, int position ) : bool
RemoveRuneFromHand ( int position ) : bool

Method Details

ChangeRunePosition() public méthode

public ChangeRunePosition ( int oldPosition, int newPosition ) : bool
oldPosition int
newPosition int
Résultat bool

DeckSelection() public méthode

public DeckSelection ( ) : UnityEngine
Résultat UnityEngine

PlaceRuneInHand() public méthode

public PlaceRuneInHand ( Rune, rune, int position ) : bool
rune Rune,
position int
Résultat bool

RemoveRuneFromHand() public méthode

public RemoveRuneFromHand ( int position ) : bool
position int
Résultat bool