C# Class AssemblyCSharp.PizzaDefinition

Inheritance: Definition, IRecipe
Exibir arquivo Open project: wooga/ps_social_jam Class Usage Examples

Protected Properties

Property Type Description
dough string
dough_weight int
sauce string
sauce_weight int
topping string
topping_weight int

Public Methods

Method Description
GetGroups ( ) : List
ToString ( ) : string

Private Methods

Method Description
Weighter ( int index ) : Weighter

Method Details

GetGroups() public method

public GetGroups ( ) : List
return List

ToString() public method

public ToString ( ) : string
return string

Property Details

dough protected_oe property

protected string dough
return string

dough_weight protected_oe property

protected int dough_weight
return int

sauce protected_oe property

protected string sauce
return string

sauce_weight protected_oe property

protected int sauce_weight
return int

topping protected_oe property

protected string topping
return string

topping_weight protected_oe property

protected int topping_weight
return int