C# Class AssemblyCSharp.SauceDefinition

Inheritance: Definition, IRecipe
Mostrar archivo Open project: wooga/ps_social_jam

Protected Properties

Property Type Description
sauce_ingredient1 string
sauce_ingredient1_weight int
sauce_ingredient2 string
sauce_ingredient2_weight int
sauce_ingredient3 string
sauce_ingredient3_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

sauce_ingredient1 protected_oe property

protected string sauce_ingredient1
return string

sauce_ingredient1_weight protected_oe property

protected int sauce_ingredient1_weight
return int

sauce_ingredient2 protected_oe property

protected string sauce_ingredient2
return string

sauce_ingredient2_weight protected_oe property

protected int sauce_ingredient2_weight
return int

sauce_ingredient3 protected_oe property

protected string sauce_ingredient3
return string

sauce_ingredient3_weight protected_oe property

protected int sauce_ingredient3_weight
return int