C# Class PotionGen, chrawl

Datei anzeigen Open project: PentaHelix/chrawl

Public Properties

Property Type Description
potionColors List

Public Methods

Method Description
GetColor ( string effect ) : Color
RandomColor ( ) : Color
RandomEffect ( ) : string
RandomShape ( ) : string
SetupPotions ( ) : void

Method Details

GetColor() public static method

public static GetColor ( string effect ) : Color
effect string
return Color

RandomColor() public static method

public static RandomColor ( ) : Color
return Color

RandomEffect() public static method

public static RandomEffect ( ) : string
return string

RandomShape() public static method

public static RandomShape ( ) : string
return string

SetupPotions() public static method

public static SetupPotions ( ) : void
return void

Property Details

potionColors public_oe static_oe property

public static List potionColors
return List