示例#1
0
        /// <inheritdoc />
        public CombatAttribute Convert(AttributeDTO value, object state)
        {
            var entity = new FerocityModifier();

            this.Merge(entity, value, state);
            return(entity);
        }
示例#2
0
 // Implement this method in a buddy class to set properties that are specific to 'FerocityModifier' (if any)
 partial void Merge(FerocityModifier entity, AttributeDTO dto, object state);