C# Class AssemblyCSharp.ToppingDefinition

Inheritance: Definition, IRecipe
Afficher le fichier Open project: wooga/ps_social_jam

Protected Properties

Свойство Type Description
topping_ingredient1 string
topping_ingredient1_weight int
topping_ingredient2 string
topping_ingredient2_weight int
topping_ingredient3 string
topping_ingredient3_weight int

Méthodes publiques

Méthode Description
GetGroups ( ) : List
ToString ( ) : string

Private Methods

Méthode Description
Weighter ( int index ) : Weighter

Method Details

GetGroups() public méthode

public GetGroups ( ) : List
Résultat List

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

topping_ingredient1 protected_oe property

protected string topping_ingredient1
Résultat string

topping_ingredient1_weight protected_oe property

protected int topping_ingredient1_weight
Résultat int

topping_ingredient2 protected_oe property

protected string topping_ingredient2
Résultat string

topping_ingredient2_weight protected_oe property

protected int topping_ingredient2_weight
Résultat int

topping_ingredient3 protected_oe property

protected string topping_ingredient3
Résultat string

topping_ingredient3_weight protected_oe property

protected int topping_ingredient3_weight
Résultat int