public static CodeLine GetStandardCodeLine(GameObject instruction) { var newLine = new CodeLine(GetContainerGameObject(), instruction); return(newLine); }