Skip to content

Commit 3235f88

Browse files
authored
Update CC .cs file (#3183)
1 parent 0132d3b commit 3235f88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soh/soh/Enhancements/crowd-control/ShipOfHarkinian.cs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public class ShipOfHarkinian : SimpleTCPPack
1313

1414
public override ISimpleTCPPack.MessageFormat MessageFormat => ISimpleTCPPack.MessageFormat.CrowdControlLegacy;
1515

16+
public override ISimpleTCPPack.QuantityFormat QuantityFormat => ISimpleTCPPack.QuantityFormat.ParameterAndField;
17+
1618
public ShipOfHarkinian(UserRecord player, Func<CrowdControlBlock, bool> responseHandler, Action<object> statusUpdateHandler) : base(player, responseHandler, statusUpdateHandler) { }
1719

1820
public override Game Game { get; } = new("Ship of Harkinian", "ShipOfHarkinian", "PC", ConnectorType.SimpleTCPServerConnector);

0 commit comments

Comments
 (0)