mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Fix warnings.
This commit is contained in:
parent
5c4960e729
commit
c71a748112
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,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;
|
||||
|
||||
public class EntryPoint : GameClient
|
||||
public sealed class EntryPoint : GameClient
|
||||
{
|
||||
public override void Init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue