Skip to content

Commit

Permalink
Move out loadout system to Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Feb 12, 2024
1 parent baa1216 commit 248610d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 140 deletions.
29 changes: 0 additions & 29 deletions Content.Server/Corvax/Loadout/LoadoutPrototype.cs

This file was deleted.

103 changes: 0 additions & 103 deletions Content.Server/Corvax/Loadout/LoadoutSystem.cs

This file was deleted.

10 changes: 10 additions & 0 deletions Corvax/Content.Corvax.Interfaces.Server/IServerLoadoutManager.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System.Diagnostics.CodeAnalysis;
using Content.Corvax.Interfaces.Shared;
using Robust.Shared.Network;

namespace Content.Corvax.Interfaces.Server;

public interface IServerLoadoutManager : ISharedSponsorsManager
{
public bool TryGetPrototypes(NetUserId userId, [NotNullWhen(true)] out List<string>? prototypes);
}
7 changes: 0 additions & 7 deletions Resources/Prototypes/Corvax/Catalog/Loadout/head.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Secrets

0 comments on commit 248610d

Please sign in to comment.