Xenoarchaeology artifacts (#6069)
Co-authored-by: Alexander Evgrashin <evgrashin.adl@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Xenoarchaeology.XenoArtifacts;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum SharedArtifactsVisuals : byte
|
||||
{
|
||||
SpriteIndex,
|
||||
IsActivated
|
||||
}
|
||||
Reference in New Issue
Block a user