]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
remove TerminatorRoleComponent (#30733)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sat, 10 Aug 2024 12:46:49 +0000 (14:46 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2024 12:46:49 +0000 (08:46 -0400)
Content.Server/Roles/TerminatorRoleComponent.cs [deleted file]

diff --git a/Content.Server/Roles/TerminatorRoleComponent.cs b/Content.Server/Roles/TerminatorRoleComponent.cs
deleted file mode 100644 (file)
index 31deb9f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-using Content.Shared.Roles;
-
-namespace Content.Server.Roles;
-
-[RegisterComponent, ExclusiveAntagonist]
-public sealed partial class TerminatorRoleComponent : AntagonistRoleComponent
-{
-}