9 lines
182 B
C#
Executable file
9 lines
182 B
C#
Executable file
using UnityEngine;
|
|
|
|
namespace Core.Extensions
|
|
{
|
|
public static partial class Helper
|
|
{
|
|
public static string DefaultName => "Headhunter, Leather Belt";
|
|
}
|
|
}
|