C# Class DeckSelection

Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Methods

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

Method Details

ChangeRunePosition() public method

public ChangeRunePosition ( int oldPosition, int newPosition ) : bool
oldPosition int
newPosition int
return bool

DeckSelection() public method

public DeckSelection ( ) : UnityEngine
return UnityEngine

PlaceRuneInHand() public method

public PlaceRuneInHand ( Rune, rune, int position ) : bool
rune Rune,
position int
return bool

RemoveRuneFromHand() public method

public RemoveRuneFromHand ( int position ) : bool
position int
return bool