From 703c19d09f557897903d6ef30737be98cb039317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=A7=E9=9B=A8=E7=83=A8?= Date: Sun, 16 Jun 2024 17:38:54 +0800 Subject: [PATCH] fix a bug from a spelling mistake --- scripts/utils/GodotStringNameUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/GodotStringNameUtils.cs b/scripts/utils/GodotStringNameUtils.cs index 12cc573..ff4bb5f 100644 --- a/scripts/utils/GodotStringNameUtils.cs +++ b/scripts/utils/GodotStringNameUtils.cs @@ -4,5 +4,5 @@ namespace ColdMint.scripts.utils; public static class GodotStringNameUtils { - public static StringName AddChild { get; } = new("add_chile"); + public static StringName AddChild { get; } = new("add_child"); } \ No newline at end of file