LunarInfantry/Assets/Core Extensions & Helpers/_Helpers/DefaultName.cs
2026-01-02 01:31:54 -08:00

9 lines
182 B
C#
Executable file

using UnityEngine;
namespace Core.Extensions
{
public static partial class Helper
{
public static string DefaultName => "Headhunter, Leather Belt";
}
}