Files
BITFALL/Assets/BITFALL/GameMode/InfoNpcStart.cs
2024-08-11 16:16:31 +08:00

8 lines
116 B
C#

namespace BITFALL.GameMode
{
public interface InfoNpcStart : InfoEntityStart
{
public string Name { get; }
}
}