コード例 #1
0
        public static CodeLine GetStandardCodeLine(GameObject instruction)
        {
            var newLine = new CodeLine(GetContainerGameObject(), instruction);

            return(newLine);
        }