From e9c85ac8d3a4c99a38ad36bcd17fdaef2b46f54a Mon Sep 17 00:00:00 2001 From: Bandwidth Date: Sun, 26 Apr 2026 17:33:56 +0200 Subject: [PATCH] lol --- Protocol.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Protocol.cs b/Protocol.cs index fbd5f27..b02544c 100644 --- a/Protocol.cs +++ b/Protocol.cs @@ -799,13 +799,6 @@ public class RepairStartedPayload public required string PlayerId { get; set; } } -public class RepairStartedPayload -{ - public required string SabotageId { get; set; } - public required string StationId { get; set; } - public required string PlayerId { get; set; } -} - public class RepairStoppedPayload { public required string SabotageId { get; set; }