Add an example entity, plus readme rewrite, plus code cleanup.

This commit is contained in:
moonheart08 2023-05-11 08:36:48 -05:00
parent ad7a0fa055
commit 2aeb9dad28
8 changed files with 30 additions and 4 deletions

View file

@ -1,3 +1,4 @@
using JetBrains.Annotations;
using Robust.Server.ServerStatus;
using Robust.Shared.ContentPack;
using Robust.Shared.Timing;
@ -5,6 +6,7 @@ using Robust.Shared.Timing;
// DEVNOTE: Games that want to be on the hub can change their namespace prefix in the "manifest.yml" file.
namespace Content.Server;
[UsedImplicitly]
public sealed class EntryPoint : GameServer
{
public override void Init()