BatteryWeaponFireModes refactor (#24502)

* BatteryWeaponFireModes refactor

Made the code a bit better but still needs integrating into attachments.

* murder

* Fix serialization

* weh

* weh
This commit is contained in:
metalgearsloth
2024-01-29 11:09:56 +11:00
committed by GitHub
parent 4e8b1fb0d3
commit 58b55ba06c
3 changed files with 43 additions and 59 deletions

View File

@@ -69,7 +69,7 @@ public abstract partial class SharedGunSystem : EntitySystem
private const float EjectOffset = 0.4f;
protected const string AmmoExamineColor = "yellow";
protected const string FireRateExamineColor = "yellow";
protected const string ModeExamineColor = "cyan";
public const string ModeExamineColor = "cyan";
public override void Initialize()
{