Rework eshield (#470)
This commit is contained in:
@@ -32,6 +32,11 @@ public sealed partial class ReflectComponent : Component
|
||||
|
||||
[DataField("soundOnReflect")]
|
||||
public SoundSpecifier? SoundOnReflect = new SoundPathSpecifier("/Audio/Weapons/Guns/Hits/laser_sear_wall.ogg");
|
||||
|
||||
// WD START
|
||||
[DataField("damageOnReflect"), ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
|
||||
public bool DamageOnReflect;
|
||||
// WD END
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user