Polish melee effects (#11653)
* Polish melee effects * adjustments * Animation changes * Fix fist
This commit is contained in:
@@ -8,6 +8,9 @@ public sealed class WeaponArcVisualsComponent : Component
|
||||
{
|
||||
[ViewVariables, DataField("animation")]
|
||||
public WeaponArcAnimation Animation = WeaponArcAnimation.None;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("fadeOut")]
|
||||
public bool Fadeout = true;
|
||||
}
|
||||
|
||||
public enum WeaponArcAnimation : byte
|
||||
|
||||
Reference in New Issue
Block a user