Instructions go brrrr.

This commit is contained in:
2022-06-02 20:08:54 +02:00
parent ba3406d29b
commit 5d6a7b3fa9

View File

@@ -73,7 +73,7 @@ public class RecipeInstructions
} }
//MMMMM children yes??? //MMMMM children yes??
//Seriously this takes the action node and the rest of the words in sentence and adds them as children //Seriously this takes the action node and the rest of the words in sentence and adds them as children
public static void construct_children(RecipeNode node, String[] words) public static void construct_children(RecipeNode node, String[] words)
{ {