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

11 lines
191 B
C#

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