Basic content repo outline.
Code's here, no tooling to generate content packs yet, however.
This commit is contained in:
12
Content.Server/EntryPoint.cs
Normal file
12
Content.Server/EntryPoint.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using SS14.Shared.ContentPack;
|
||||
|
||||
namespace Content.Server
|
||||
{
|
||||
public class EntryPoint : GameServer
|
||||
{
|
||||
public override void Init()
|
||||
{
|
||||
// TODO: Anything at all.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user