C# Class PotionGen, chrawl

Afficher le fichier Open project: PentaHelix/chrawl

Méthodes publiques

Свойство Type Description
potionColors List

Méthodes publiques

Méthode Description
GetColor ( string effect ) : Color
RandomColor ( ) : Color
RandomEffect ( ) : string
RandomShape ( ) : string
SetupPotions ( ) : void

Method Details

GetColor() public static méthode

public static GetColor ( string effect ) : Color
effect string
Résultat Color

RandomColor() public static méthode

public static RandomColor ( ) : Color
Résultat Color

RandomEffect() public static méthode

public static RandomEffect ( ) : string
Résultat string

RandomShape() public static méthode

public static RandomShape ( ) : string
Résultat string

SetupPotions() public static méthode

public static SetupPotions ( ) : void
Résultat void

Property Details

potionColors public_oe static_oe property

public static List potionColors
Résultat List