ソースを参照

Merge pull request #8031 from cabbagestole/patch-1

Update godot_interfaces.rst . It's a simple typo.
Max Hilbrunner 1 年間 前
コミット
9be887e853
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tutorials/best_practices/godot_interfaces.rst

+ 1 - 1
tutorials/best_practices/godot_interfaces.rst

@@ -525,7 +525,7 @@ accesses:
             _child.MyMethod();
             _child.MyMethod();
         }
         }
 
 
-        public void PrintMe() {
+        public void PrintMe()
         {
         {
             GD.Print(Name);
             GD.Print(Name);
         }
         }