Files
2026-03-04 10:03:45 +08:00

11 lines
293 B
C#

using System;
using UnityEngine;
namespace HeathenEngineering.SteamApi.Networking
{
[Obsolete("Heathen Game Server Manager is depricated its funcitonality has been moved to SteamSettings and SteamworksFoundationManager", true)]
public class HeathenGameServerManager : MonoBehaviour
{
}
}