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