mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-11 13:41:06 +00:00
9 lines
189 B
C#
9 lines
189 B
C#
using ServerManagerTool.Enums;
|
|
|
|
namespace ServerManagerTool.Interface
|
|
{
|
|
public interface ISpawnIniValue
|
|
{
|
|
string ToIniValue(NPCSpawnContainerType containerType);
|
|
}
|
|
}
|