Exemple #1
0
        public override IPlayerSelectionTeamMenuItemEntry Get()
        {
            this.Item    = this.Section.GetValue <ITextEntry>(this.FieldKey);
            this.Active  = this.Section.GetValue <IVectorEntry>(this.FieldKey + ".active");
            this.Active2 = this.Section.GetValue <IVectorEntry>(this.FieldKey + ".active2");
            this.Cursor  = this.Section.GetValue <IImageEntry>(this.FieldKey + ".cursor");

            return(this);
        }
        public override IFightConfigurationWinEntry Get()
        {
            this.Normal   = this.Section.GetValue <IImageEntry>(this.FieldKey + ".n");
            this.Special  = this.Section.GetValue <IImageEntry>(this.FieldKey + ".s");
            this.Hyper    = this.Section.GetValue <IImageEntry>(this.FieldKey + ".h");
            this.Throw    = this.Section.GetValue <IImageEntry>(this.FieldKey + ".throw");
            this.Cheese   = this.Section.GetValue <IImageEntry>(this.FieldKey + ".c");
            this.TimeOver = this.Section.GetValue <IImageEntry>(this.FieldKey + ".t");
            this.Suicide  = this.Section.GetValue <IImageEntry>(this.FieldKey + ".suicide");
            this.Teammate = this.Section.GetValue <IImageEntry>(this.FieldKey + ".teammate");
            this.Perfect  = this.Section.GetValue <IImageEntry>(this.FieldKey + ".perfect");

            return(this);
        }