Basic content repo outline.

Code's here, no tooling to generate content packs yet, however.
This commit is contained in:
PJB3005
2017-08-04 14:24:01 +02:00
parent e6beee36c7
commit 02c67c851d
23 changed files with 653 additions and 78 deletions

View File

@@ -0,0 +1,12 @@
using SS14.Shared.ContentPack;
namespace Content.Shared
{
public class EntryPoint : GameShared
{
public override void Init()
{
// TODO: Anything at all.
}
}
}