Wizard Staff of Animation (#34649)
This commit is contained in:
11
Content.Shared/Magic/Components/AnimateableComponent.cs
Normal file
11
Content.Shared/Magic/Components/AnimateableComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Magic.Components;
|
||||
|
||||
// Used on whitelist for animate spell/wand
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class AnimateableComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user