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