protobuf update and added agi cable subtype

This commit is contained in:
csawatzky 2025-06-09 11:13:46 -06:00
parent 347c86a285
commit 7a99a44307
3 changed files with 8 additions and 3 deletions

View file

@ -163,6 +163,11 @@ export function GrainCable(subtype: number = 0): ComponentTypeExtension {
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_ANALOG,
value: "GRAIN_CABLE_SUBTYPE_ANALOG",
friendlyName: "Analog Cable"
},
{
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2,
value: "GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2",
friendlyName: "AGI Smart Cable"
}
],
friendlyName: "Grain Cable",