Fix warnings.

This commit is contained in:
Vera Aguilera Puerto 2022-04-23 15:33:18 +02:00
parent 5c4960e729
commit c71a748112
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ using Robust.Shared.Localization;
// DEVNOTE: Games that want to be on the hub can change their namespace prefix in the "manifest.yml" file.
namespace Content.Shared;
public class EntryPoint : GameShared
public sealed class EntryPoint : GameShared
{
// IoC services shared between the client and the server go here...