Delta-v/Content.Server/EntryPoint.cs

13 lines
211 B
C#

using SS14.Shared.ContentPack;
namespace Content.Server
{
public class EntryPoint : GameServer
{
public override void Init()
{
// TODO: Anything at all.
}
}
}