Files
crystall-punk-14/Content.Server/EntryPoint.cs

13 lines
211 B
C#
Raw Normal View History

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