before candybox editor update
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
public interface IRecipeCreationTool
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public void CreateRecipe(string recipeName);
|
||||
public bool CreateRecipe(out string recipeName);
|
||||
}
|
||||
Reference in New Issue
Block a user