11 lines
190 B
C#
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
|
|
{
|
|
}
|
|
}
|