Files
ft/Client/Assets/Scripts/TablesEx/EventJigsawPuzzlePicture.cs
2026-06-29 21:18:33 +08:00

26 lines
874 B
C#

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