mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
Update CC .cs file (#3183)
This commit is contained in:
parent
0132d3b5e2
commit
3235f88ef6
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ public class ShipOfHarkinian : SimpleTCPPack
|
|||
|
||||
public override ISimpleTCPPack.MessageFormat MessageFormat => ISimpleTCPPack.MessageFormat.CrowdControlLegacy;
|
||||
|
||||
public override ISimpleTCPPack.QuantityFormat QuantityFormat => ISimpleTCPPack.QuantityFormat.ParameterAndField;
|
||||
|
||||
public ShipOfHarkinian(UserRecord player, Func<CrowdControlBlock, bool> responseHandler, Action<object> statusUpdateHandler) : base(player, responseHandler, statusUpdateHandler) { }
|
||||
|
||||
public override Game Game { get; } = new("Ship of Harkinian", "ShipOfHarkinian", "PC", ConnectorType.SimpleTCPServerConnector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue