]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add Votekick functionality (#32005)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Thu, 26 Sep 2024 16:32:13 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 16:32:13 +0000 (18:32 +0200)
commiteeadc75b0a2a72fa1225610fee853eb0004456bf
tree6f3c44fc0553156b4a9bcc452603f2f13d876aff
parent4491550a5eb4aa65cefb500af8b975930e94c781
Add Votekick functionality (#32005)
20 files changed:
Content.Client/Voting/UI/VoteCallMenu.xaml
Content.Client/Voting/UI/VoteCallMenu.xaml.cs
Content.Client/Voting/UI/VotePopup.xaml
Content.Client/Voting/UI/VotePopup.xaml.cs
Content.Client/Voting/VoteManager.cs
Content.Client/Voting/VotingSystem.cs [new file with mode: 0644]
Content.Server/Voting/IVoteHandle.cs
Content.Server/Voting/Managers/IVoteManager.cs
Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs
Content.Server/Voting/Managers/VoteManager.cs
Content.Server/Voting/VoteCommands.cs
Content.Server/Voting/VoteOptions.cs
Content.Server/Voting/VotingSystem.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.cs
Content.Shared/Voting/MsgVoteData.cs
Content.Shared/Voting/StandardVoteType.cs
Content.Shared/Voting/VotingEvents.cs [new file with mode: 0644]
Resources/Locale/en-US/voting/managers/vote-manager.ftl
Resources/Locale/en-US/voting/ui/vote-call-menu.ftl
Resources/Locale/en-US/voting/ui/vote-popup.ftl