Files
tbd-station-14/Content.Client/EntryPoint.cs
PJB3005 02c67c851d Basic content repo outline.
Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00

13 lines
211 B
C#

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