Skip to content

Commit

Permalink
Temporarily remove starcore-specific networking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas authored Sep 28, 2024
1 parent 616f6f7 commit b146304
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ public class ProtoWeaponSettings
[ProtoMember(4), DefaultValue(1)] public float RofModifier = 1;
[ProtoMember(5), DefaultValue(100)] public float Range = 100;
[ProtoMember(6)] public ProtoWeaponOverrides Overrides;
[ProtoMember(7), DefaultValue(1)] public float BaseDamageMultiplier = 1;
[ProtoMember(8), DefaultValue(1)] public float AreaDamageMultiplier = 1;
[ProtoMember(9), DefaultValue(1)] public float AreaRadiusMultiplier = 1;
[ProtoMember(10), DefaultValue(1)] public float VelocityMultiplier = 1;
[ProtoMember(11), DefaultValue(true)] public bool FiringAllowed = true;
/* [ProtoMember(7), DefaultValue(1)] */ public float BaseDamageMultiplier = 1;
/* [ProtoMember(8), DefaultValue(1)] */ public float AreaDamageMultiplier = 1;
/* [ProtoMember(9), DefaultValue(1)] */ public float AreaRadiusMultiplier = 1;
/* [ProtoMember(10), DefaultValue(1)] */ public float VelocityMultiplier = 1;
/* [ProtoMember(11), DefaultValue(true)] */ public bool FiringAllowed = true;

public ProtoWeaponSettings()
{
Expand Down

0 comments on commit b146304

Please sign in to comment.