We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0132d3b commit 3235f88Copy full SHA for 3235f88
soh/soh/Enhancements/crowd-control/ShipOfHarkinian.cs
@@ -13,6 +13,8 @@ public class ShipOfHarkinian : SimpleTCPPack
13
14
public override ISimpleTCPPack.MessageFormat MessageFormat => ISimpleTCPPack.MessageFormat.CrowdControlLegacy;
15
16
+ public override ISimpleTCPPack.QuantityFormat QuantityFormat => ISimpleTCPPack.QuantityFormat.ParameterAndField;
17
+
18
public ShipOfHarkinian(UserRecord player, Func<CrowdControlBlock, bool> responseHandler, Action<object> statusUpdateHandler) : base(player, responseHandler, statusUpdateHandler) { }
19
20
public override Game Game { get; } = new("Ship of Harkinian", "ShipOfHarkinian", "PC", ConnectorType.SimpleTCPServerConnector);
0 commit comments