Files
OldThink/Content.Server/_White/AspectsSystem/Aspects/Components/RandomItemAspectComponent.cs
Aviu00 9f00a90f24 Aspects (#266)
* - add: Revive fast and furious aspect.

* - add: Update accents.

* - add: More buzzing for moth.

* - tweak: Change desc.

* - fix: Fixes.

* - add: RandomItemAspect.

* - fix: Fix arachnid socks.

* - tweak: Update desc part 2.
2024-04-02 17:19:33 +03:00

9 lines
202 B
C#

namespace Content.Server._White.AspectsSystem.Aspects.Components;
[RegisterComponent]
public sealed partial class RandomItemAspectComponent : Component
{
[ViewVariables]
public string? Item;
}