MosswartMassacre/Shared/Constants/EphemeralAttribute.cs
2025-05-12 20:27:00 +02:00

11 lines
190 B
C#

using System;
namespace Mag.Shared.Constants
{
/// <summary>
/// These are properties that aren't saved to the shard.
/// </summary>
public class EphemeralAttribute : Attribute
{
}
}