using System; namespace ACE.Entity.Enum.Properties { /// /// These are properties that are sent in the Player Description Event /// public class SendOnLoginAttribute : Attribute { } }