//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using Bright.Serialization;
using System.Collections.Generic;
using asap.core;
using Assets.Scripts.UI.JigsawPuzzle;
using SimpleJSON;
namespace cfg
{
public sealed partial class EventJigsawPuzzleReward
{
//todo 历史遗留产物 这个字段被干掉了 移植到puzzleRound下面
//但是 存在很多引用改起来很麻烦 改用拓展
//而且还涉及到数据兼容的问题
public int PictureID => GContext.container.Resolve().GetPictureIDByQuality(this.Quality);
}
}