11 lines
293 B
C#
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
|
|
{
|
|
}
|
|
}
|