2022-11-07 20:14:03 +00:00
|
|
|
|
using QSB.Utility;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
namespace QSB.ServerSettings;
|
|
|
|
|
|
|
|
|
|
internal class ServerSettingsManager : MonoBehaviour, IAddComponentOnStart
|
|
|
|
|
{
|
2022-11-07 12:28:54 -08:00
|
|
|
|
public static bool ShowPlayerNames;
|
2022-11-07 20:14:03 +00:00
|
|
|
|
}
|