Inherits Foodolini::Tools::RecipeImporter.
Public Member Functions | |
override Recipe | ReadData (System.IO.FileStream fs) |
Private Member Functions | |
string[] | SortYieldArray (string s) |
Sorts the string containing the yield, and the useful values (the amount). |
Definition at line 11 of file MealMasterFormat.cs.
override Recipe Foodolini.Tools.MealMasterFormat.ReadData | ( | System.IO.FileStream | fs | ) | [virtual] |
Implements Foodolini.Tools.RecipeImporter.
Definition at line 14 of file MealMasterFormat.cs.
string [] Foodolini.Tools.MealMasterFormat.SortYieldArray | ( | string | s | ) | [private] |
Sorts the string containing the yield, and the useful values (the amount).
Definition at line 120 of file MealMasterFormat.cs.