Add explosive cord. (#25875)

This commit is contained in:
IProduceWidgets
2025-09-25 17:33:28 -04:00
committed by GitHub
parent 5e55974c0e
commit 80947b128a
54 changed files with 601 additions and 24 deletions

View File

@@ -16,4 +16,5 @@ public enum NodeGroupID : byte
/// <seealso cref="Content.Server.Power.Generation.Teg.TegSystem"/>
/// <seealso cref="Content.Server.Power.Generation.Teg.TegNodeGroup"/>
Teg,
ExCable,
}