Files
wwdpublic/Content.Client/_White/Guns/Stretched/StretchedVisualsComponent.cs
Spatison 266ae606de [Port] Crossbow / Арбалет (#76)
* add: crossbar

* add: crossbar

* add: crossbow

* clean up

* AI rewie

* fix

* fix

* fix :(

* Update tags.yml

* fix
2024-10-26 16:41:08 +07:00

15 lines
423 B
C#

namespace Content.Client._White.Guns.Stretched;
[RegisterComponent, Access(typeof(StretchedVisualizerSystem))]
public sealed partial class StretchedVisualsComponent : Component
{
[DataField(required: true)]
public string LoadedState = string.Empty;
[DataField(required: true)]
public string StretchedState = string.Empty;
[DataField(required: true)]
public string UnstrungState = string.Empty;
}