Add explosive cord. (#25875)
This commit is contained in:
@@ -34,6 +34,6 @@ public struct PowerCableChunk
|
||||
public PowerCableChunk(Vector2i origin)
|
||||
{
|
||||
Origin = origin;
|
||||
PowerCableData = new int[3];
|
||||
PowerCableData = new int[Enum.GetNames(typeof(CableType)).Length];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user