Kaynağa Gözat

comment change

msDestiny14 5 yıl önce
ebeveyn
işleme
0378cac610
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      guiEditor/src/blockTools.ts

+ 1 - 1
guiEditor/src/blockTools.ts

@@ -1,7 +1,7 @@
 export class BlockTools {
     public static GetGuiFromString(data: string) {
 
-        //TODO: Add more elements and moedfty default values for certain types.
+        //TODO: Add more elements and create default values for certain types.
         let element;
         switch (data) {
             case "Slider":