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

11 lines
192 B
C#

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