using System.ComponentModel; namespace ACE.Entity.Enum.Properties { // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyString : ushort { Undef = 0, [SendOnLogin] Name = 1, /// /// default "Adventurer" ///