C# Class Rune

Inheritance: MonoBehaviour
Mostra file Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Methods

Method Description
IsOnBoard ( ) : bool
Rune ( Element, element, int positionOnBoard ) : UnityEngine
Rune ( Element, element, int positionOnBoard, int positionInHand ) : UnityEngine

Method Details

IsOnBoard() public method

public IsOnBoard ( ) : bool
return bool

Rune() public method

public Rune ( Element, element, int positionOnBoard ) : UnityEngine
element Element,
positionOnBoard int
return UnityEngine

Rune() public method

public Rune ( Element, element, int positionOnBoard, int positionInHand ) : UnityEngine
element Element,
positionOnBoard int
positionInHand int
return UnityEngine