Files
wwdpublic/Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs
VMSolidus 6730a4f189 Harpy Rebalance & Content Update 2 (#499)
* Harpy Rebalance

* Update meta.json

Signed-off-by: VMSolidus <evilexecutive@gmail.com>

* Update harpy.yml

Signed-off-by: VMSolidus <evilexecutive@gmail.com>

* revert piercing and also revert felinid melee by request

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
2023-12-06 21:10:49 +01:00

18 lines
301 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.DeltaV.Harpy.Components
{
[Serializable, NetSerializable]
public enum HarpyVisualLayers
{
Singing,
}
[Serializable, NetSerializable]
public enum SingingVisualLayer
{
True,
False,
}
}