mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
Add an example entity, plus readme rewrite, plus code cleanup.
This commit is contained in:
parent
ad7a0fa055
commit
2aeb9dad28
8 changed files with 30 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using JetBrains.Annotations;
|
||||
using Robust.Client;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.State;
|
||||
|
|
@ -9,6 +10,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.Client;
|
||||
|
||||
[UsedImplicitly]
|
||||
public sealed class EntryPoint : GameClient
|
||||
{
|
||||
public override void Init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue