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");
|
|||
|
}
|