Exemple #1
0
        public ConfigLeaguegoalsEntity Clone()
        {
            ConfigLeaguegoalsEntity entity = new ConfigLeaguegoalsEntity();

            entity.Idx        = this.Idx;
            entity.TemplateId = this.TemplateId;
            entity.NpcId      = this.NpcId;
            entity.MinGoals   = this.MinGoals;
            entity.MaxGoals   = this.MaxGoals;
            return(entity);
        }