2d3fa08d0d
移除了所有硬编码的StringName调用。
8 lines
163 B
C#
8 lines
163 B
C#
using Godot;
|
|
|
|
namespace ColdMint.scripts.utils;
|
|
|
|
public static class GodotStringNameUtils
|
|
{
|
|
public static StringName AddChild { get; } = new("add_chile");
|
|
} |