-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
7 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
Corvax/Content.Corvax.Interfaces.Client/IClientSponsorsManager.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
using Content.Corvax.Interfaces.Shared; | ||
using Robust.Shared.Maths; | ||
|
||
namespace Content.Corvax.Interfaces.Client; | ||
|
||
public interface IClientSponsorsManager : ISharedSponsorsManager | ||
{ | ||
public List<string> Prototypes { get; } | ||
public bool PriorityJoin { get; } | ||
public Color? OocColor { get; } | ||
public int ExtraCharSlots { get; } | ||
} |
6 changes: 0 additions & 6 deletions
6
Resources/Locale/ru-RU/corvax/discord-auth/discord-auth-state.ftl
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule Secrets
updated
from 9851c2 to 04ae3d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecrets" -Target "Secrets\Prototypes" | ||
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecretsServer" -Target "Secrets\ServerPrototypes" | ||
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecrets" -Target "Secrets\Resources\Prototypes" | ||
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecretsServer" -Target "Secrets\Resources\ServerPrototypes" | ||
New-Item -ItemType Junction -Path "Resources\Locale\ru-RU\corvax-secrets" -Target "Secrets\Resources\Locale" | ||
New-Item -ItemType Junction -Path "Resources\Textures\CorvaxSecrets" -Target "Secrets\Resources\Textures" |