1894 lines
46 KiB
TypeScript
Raw Normal View History

2023-11-05 04:40:09 +08:00
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
2023-11-06 02:25:02 +08:00
export namespace TB {
2023-11-13 02:37:29 +08:00
export class TbGGlobal {
2023-11-05 04:40:09 +08:00
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
2023-11-13 02:37:29 +08:00
if (_json_.args === undefined) { throw new Error() }
this.args = _json_.args
if (_json_.tig === undefined) { throw new Error() }
this.tig = _json_.tig
2023-11-05 04:40:09 +08:00
}
/**
2023-11-06 02:25:02 +08:00
* id
2023-11-05 04:40:09 +08:00
*/
readonly id: number
/**
2023-11-13 02:37:29 +08:00
*
2023-11-05 04:40:09 +08:00
*/
2023-11-13 02:37:29 +08:00
readonly args: string
2023-11-05 04:40:09 +08:00
/**
2023-11-06 02:25:02 +08:00
*
2023-11-05 04:40:09 +08:00
*/
2023-11-13 02:37:29 +08:00
readonly tig: string
2023-11-06 02:25:02 +08:00
resolve(tables:Tables)
{
}
}
}
export namespace TB {
2023-11-13 02:37:29 +08:00
export class TbGRole {
2023-11-06 02:25:02 +08:00
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
2023-11-13 02:37:29 +08:00
if (_json_.roleName === undefined) { throw new Error() }
this.roleName = _json_.roleName
if (_json_.spine === undefined) { throw new Error() }
this.spine = _json_.spine
if (_json_.roleSkillIds === undefined) { throw new Error() }
{ this.roleSkillIds = []; for(let _ele of _json_.roleSkillIds) { let _e; _e = _ele; this.roleSkillIds.push(_e);}}
if (_json_.roleAttackRange === undefined) { throw new Error() }
this.roleAttackRange = _json_.roleAttackRange
2024-01-10 01:36:20 +08:00
if (_json_.roleHight === undefined) { throw new Error() }
this.roleHight = _json_.roleHight
2023-11-06 02:25:02 +08:00
}
/**
* id
*/
readonly id: number
/**
2023-11-13 02:37:29 +08:00
*
2023-11-06 02:25:02 +08:00
*/
2023-11-13 02:37:29 +08:00
readonly roleName: string
2023-11-06 02:25:02 +08:00
/**
* Spine资源Id
2023-11-06 02:25:02 +08:00
*/
readonly spine: number
2023-11-06 02:25:02 +08:00
/**
2023-11-13 02:37:29 +08:00
* Id列表
2023-11-06 02:25:02 +08:00
*/
2023-11-13 02:37:29 +08:00
readonly roleSkillIds: number[]
2023-11-06 02:25:02 +08:00
/**
2023-11-13 02:37:29 +08:00
*
2023-11-06 02:25:02 +08:00
*/
2023-11-13 02:37:29 +08:00
readonly roleAttackRange: number
2024-01-10 01:36:20 +08:00
/**
*
*/
readonly roleHight: number
2023-11-06 02:25:02 +08:00
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGRoleAttack {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.attackWay === undefined) { throw new Error() }
this.attackWay = _json_.attackWay
if (_json_.attackArgs === undefined) { throw new Error() }
{ this.attackArgs = []; for(let _ele of _json_.attackArgs) { let _e; _e = _ele; this.attackArgs.push(_e);}}
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly attackWay: string
/**
*
*/
readonly attackArgs: string[]
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGRoleSkill {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.skillName === undefined) { throw new Error() }
this.skillName = _json_.skillName
if (_json_.skillController === undefined) { throw new Error() }
this.skillController = _json_.skillController
if (_json_.skillArgs === undefined) { throw new Error() }
{ this.skillArgs = []; for(let _ele of _json_.skillArgs) { let _e; _e = _ele; this.skillArgs.push(_e);}}
if (_json_.skillText === undefined) { throw new Error() }
this.skillText = _json_.skillText
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly skillName: string
/**
*
*/
readonly skillController: string
/**
*
*/
readonly skillArgs: string[]
/**
*
*/
readonly skillText: string
resolve(tables:Tables)
{
}
}
}
2023-11-05 04:40:09 +08:00
2023-11-13 02:37:29 +08:00
export namespace TB {
export class TbGMap {
2023-11-05 04:40:09 +08:00
2023-11-13 02:37:29 +08:00
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.mapName === undefined) { throw new Error() }
this.mapName = _json_.mapName
if (_json_.map1 === undefined) { throw new Error() }
this.map1 = _json_.map1
if (_json_.map2 === undefined) { throw new Error() }
this.map2 = _json_.map2
if (_json_.map3 === undefined) { throw new Error() }
this.map3 = _json_.map3
if (_json_.map1OffsetY === undefined) { throw new Error() }
this.map1OffsetY = _json_.map1OffsetY
if (_json_.map2OffsetY === undefined) { throw new Error() }
this.map2OffsetY = _json_.map2OffsetY
if (_json_.map3OffsetY === undefined) { throw new Error() }
this.map3OffsetY = _json_.map3OffsetY
2023-11-15 02:32:00 +08:00
if (_json_.scale === undefined) { throw new Error() }
this.scale = _json_.scale
2023-11-13 02:37:29 +08:00
}
2023-11-05 04:40:09 +08:00
2023-11-13 02:37:29 +08:00
/**
* id
*/
readonly id: number
/**
*
*/
readonly mapName: string
/**
* 1()
*/
readonly map1: number
2023-11-13 02:37:29 +08:00
/**
* 2()
*/
readonly map2: number
2023-11-13 02:37:29 +08:00
/**
* 3()
*/
readonly map3: number
2023-11-13 02:37:29 +08:00
/**
* 1() Y
*/
readonly map1OffsetY: number
/**
* 2() Y
*/
readonly map2OffsetY: number
/**
* 2() Y
*/
readonly map3OffsetY: number
2023-11-15 02:32:00 +08:00
/**
*
*/
readonly scale: number
2023-11-13 02:37:29 +08:00
resolve(tables:Tables)
{
}
}
}
2023-11-17 02:57:46 +08:00
export namespace TB {
export class TbGOnHookGlobal {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.args === undefined) { throw new Error() }
this.args = _json_.args
if (_json_.tig === undefined) { throw new Error() }
this.tig = _json_.tig
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly args: string
/**
*
*/
readonly tig: string
resolve(tables:Tables)
{
}
}
}
2023-11-20 03:47:00 +08:00
export namespace TB {
export class TbGResource {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
if (_json_.tig === undefined) { throw new Error() }
this.tig = _json_.tig
2024-01-10 19:09:14 +08:00
if (_json_.args === undefined) { throw new Error() }
this.args = _json_.args
2023-11-20 03:47:00 +08:00
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
/**
*
*/
readonly tig: string
2024-01-10 19:09:14 +08:00
/**
*
*/
readonly args: string
2023-11-20 03:47:00 +08:00
resolve(tables:Tables)
{
}
}
}
2023-11-21 18:52:01 +08:00
export namespace TB {
2023-11-27 02:10:42 +08:00
export class TbGRoleUpStar {
2023-11-21 18:52:01 +08:00
constructor(_json_: any) {
if (_json_.grade === undefined) { throw new Error() }
this.grade = _json_.grade
if (_json_.merge === undefined) { throw new Error() }
this.merge = _json_.merge
}
/**
*
*/
readonly grade: number
/**
*
*/
readonly merge: number
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGRoleUpGrow {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.Blood === undefined) { throw new Error() }
this.Blood = _json_.Blood
if (_json_.Attack === undefined) { throw new Error() }
this.Attack = _json_.Attack
if (_json_.Defend === undefined) { throw new Error() }
this.Defend = _json_.Defend
}
/**
* Id (0 )
*/
readonly id: number
/**
*
*/
readonly Blood: number
/**
*
*/
readonly Attack: number
/**
*
*/
readonly Defend: number
resolve(tables:Tables)
{
}
}
}
2023-11-22 03:51:37 +08:00
export namespace TB {
export class TbSServerInfo {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.args === undefined) { throw new Error() }
this.args = _json_.args
if (_json_.tig === undefined) { throw new Error() }
this.tig = _json_.tig
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly args: string
/**
*
*/
readonly tig: string
resolve(tables:Tables)
{
}
}
}
2023-11-27 19:00:51 +08:00
export namespace TB {
export class TbGAttribute {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
if (_json_.sign === undefined) { throw new Error() }
this.sign = _json_.sign
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
/**
*
*/
readonly sign: string
resolve(tables:Tables)
{
}
}
}
2024-01-11 02:46:36 +08:00
export namespace TB {
export class TbGAttributeFC {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.value === undefined) { throw new Error() }
this.value = _json_.value
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly value: number
resolve(tables:Tables)
{
}
}
}
2023-11-27 19:00:51 +08:00
export namespace TB {
export class TbGRoleBaseAttribute {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
2023-11-28 02:13:05 +08:00
if (_json_.Blood === undefined) { throw new Error() }
this.Blood = _json_.Blood
2023-11-27 19:00:51 +08:00
if (_json_.Attack === undefined) { throw new Error() }
this.Attack = _json_.Attack
if (_json_.Defend === undefined) { throw new Error() }
this.Defend = _json_.Defend
}
/**
* Id (0 )
*/
readonly id: number
2023-11-28 02:13:05 +08:00
/**
*
*/
readonly Blood: number
2023-11-27 19:00:51 +08:00
/**
*
*/
readonly Attack: number
/**
*
*/
readonly Defend: number
resolve(tables:Tables)
{
}
}
}
2023-11-30 18:45:13 +08:00
export namespace TB {
export class TbGOnHookMaps {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
if (_json_.mapImage === undefined) { throw new Error() }
this.mapImage = _json_.mapImage
2023-11-30 18:45:13 +08:00
if (_json_.mapId === undefined) { throw new Error() }
this.mapId = _json_.mapId
if (_json_.petIds === undefined) { throw new Error() }
{ this.petIds = []; for(let _ele of _json_.petIds) { let _e; _e = _ele; this.petIds.push(_e);}}
if (_json_.sign === undefined) { throw new Error() }
this.sign = _json_.sign
if (_json_.introduce === undefined) { throw new Error() }
this.introduce = _json_.introduce
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
/**
*
*/
readonly mapImage: string
2023-11-30 18:45:13 +08:00
/**
* Id
*/
readonly mapId: number
/**
*
*/
readonly petIds: number[]
/**
* ()
*/
readonly sign: string
/**
*
*/
readonly introduce: string
resolve(tables:Tables)
{
}
}
}
export namespace TB {
2023-12-23 19:00:53 +08:00
export class TbGOnHookMap120001 {
2023-11-30 18:45:13 +08:00
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.data === undefined) { throw new Error() }
this.data = new TbGEntity.TOnHookLevel(_json_.data)
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly data: TbGEntity.TOnHookLevel
resolve(tables:Tables)
{
}
}
}
export namespace TbGEntity {
/**
*
*/
export class TOnHookLevel {
constructor(_json_: any) {
if (_json_.level === undefined) { throw new Error() }
this.level = _json_.level
2023-12-23 19:00:53 +08:00
if (_json_.childLevel === undefined) { throw new Error() }
this.childLevel = _json_.childLevel
2023-11-30 18:45:13 +08:00
if (_json_.petLevel === undefined) { throw new Error() }
this.petLevel = _json_.petLevel
2023-12-23 19:00:53 +08:00
if (_json_.petSize === undefined) { throw new Error() }
this.petSize = _json_.petSize
2023-11-30 18:45:13 +08:00
if (_json_.oddsId === undefined) { throw new Error() }
this.oddsId = _json_.oddsId
}
/**
*
*/
readonly level: number
2023-12-23 19:00:53 +08:00
/**
*
*/
readonly childLevel: number
2023-11-30 18:45:13 +08:00
/**
*
*/
readonly petLevel: number
2023-12-23 19:00:53 +08:00
/**
*
*/
readonly petSize: number
2023-11-30 18:45:13 +08:00
/**
* Id
*/
readonly oddsId: number
resolve(tables:Tables)
{
}
}
}
2023-12-06 19:08:16 +08:00
export namespace TB {
export class TbBattleResource {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
2023-12-06 19:08:16 +08:00
if (_json_.path === undefined) { throw new Error() }
this.path = _json_.path
if (_json_.type === undefined) { throw new Error() }
this.type = _json_.type
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
2023-12-06 19:08:16 +08:00
/**
*
*/
readonly path: string
/**
* (0.Spine,1.Sprite)
2023-12-06 19:08:16 +08:00
*/
readonly type: number
resolve(tables:Tables)
{
}
}
}
2024-01-06 19:18:02 +08:00
export namespace TB {
export class TbGRoleEquip {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
2024-01-08 18:55:00 +08:00
if (_json_.position === undefined) { throw new Error() }
this.position = _json_.position
2024-01-06 19:18:02 +08:00
if (_json_.quality === undefined) { throw new Error() }
this.quality = _json_.quality
if (_json_.icon === undefined) { throw new Error() }
this.icon = _json_.icon
2024-01-07 03:24:10 +08:00
if (_json_.levelBaseAttributesFactors === undefined) { throw new Error() }
{ this.levelBaseAttributesFactors = []; for(let _ele of _json_.levelBaseAttributesFactors) { let _e; _e = _ele; this.levelBaseAttributesFactors.push(_e);}}
2024-01-06 19:18:02 +08:00
if (_json_.baseAttributes === undefined) { throw new Error() }
2024-01-07 03:24:10 +08:00
{ this.baseAttributes = []; for(let _ele of _json_.baseAttributes) { let _e; { _e = []; for(let _ele1 of _ele) { let _e1; _e1 = new TbGEntity.TAttributeValue(_ele1); _e.push(_e1);}}; this.baseAttributes.push(_e);}}
if (_json_.levelHighAttributesFactors === undefined) { throw new Error() }
{ this.levelHighAttributesFactors = []; for(let _ele of _json_.levelHighAttributesFactors) { let _e; _e = _ele; this.levelHighAttributesFactors.push(_e);}}
if (_json_.highAttributes === undefined) { throw new Error() }
{ this.highAttributes = []; for(let _ele of _json_.highAttributes) { let _e; { _e = []; for(let _ele1 of _ele) { let _e1; _e1 = new TbGEntity.TAttributeValue(_ele1); _e.push(_e1);}}; this.highAttributes.push(_e);}}
if (_json_.highAttributeSize === undefined) { throw new Error() }
{ this.highAttributeSize = []; for(let _ele of _json_.highAttributeSize) { let _e; _e = _ele; this.highAttributeSize.push(_e);}}
2024-01-06 19:18:02 +08:00
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
/**
* (1=/2=/3=/4=/5=/6=/7=/8=/9=/10=)
*/
2024-01-08 18:55:00 +08:00
readonly position: number
2024-01-06 19:18:02 +08:00
/**
*
*/
readonly quality: number
/**
*
*/
readonly icon: string
/**
2024-01-07 03:24:10 +08:00
* ( * ( * ))
2024-01-06 19:18:02 +08:00
*/
2024-01-07 03:24:10 +08:00
readonly levelBaseAttributesFactors: number[]
2024-01-06 19:18:02 +08:00
/**
* (value - value )
*/
readonly baseAttributes: TbGEntity.TAttributeValue[][]
2024-01-07 03:24:10 +08:00
/**
* ( * ( * ))
*/
readonly levelHighAttributesFactors: number[]
/**
* (value - value )
*/
readonly highAttributes: TbGEntity.TAttributeValue[][]
/**
*
*/
readonly highAttributeSize: number[]
2024-01-06 19:18:02 +08:00
resolve(tables:Tables)
{
}
}
}
export namespace TbGEntity {
/**
*
*/
export class TAttributeValue {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.value === undefined) { throw new Error() }
this.value = _json_.value
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly value: number
resolve(tables:Tables)
{
}
}
}
2024-01-07 17:37:55 +08:00
export namespace TB {
export class TbGRoleEquipLevel {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.exp === undefined) { throw new Error() }
this.exp = _json_.exp
}
/**
*
*/
readonly id: number
/**
2024-01-11 02:46:36 +08:00
*
2024-01-07 17:37:55 +08:00
*/
readonly exp: number
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGRoleEquipQuality {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.odds === undefined) { throw new Error() }
{ this.odds = []; for(let _ele of _json_.odds) { let _e; _e = _ele; this.odds.push(_e);}}
if (_json_.total === undefined) { throw new Error() }
this.total = _json_.total
2024-01-10 01:36:20 +08:00
if (_json_.materials === undefined) { throw new Error() }
{ this.materials = []; for(let _ele of _json_.materials) { let _e; _e = new TbGEntity.TResource(_ele); this.materials.push(_e);}}
if (_json_.upTime === undefined) { throw new Error() }
this.upTime = _json_.upTime
2024-01-07 17:37:55 +08:00
}
/**
*
*/
readonly id: number
/**
*
*/
readonly odds: number[]
/**
*
*/
readonly total: number
2024-01-10 01:36:20 +08:00
/**
*
*/
readonly materials: TbGEntity.TResource[]
/**
* (s)
*/
readonly upTime: number
2024-01-07 17:37:55 +08:00
resolve(tables:Tables)
{
}
}
}
2024-01-17 00:05:44 +08:00
export namespace TbGEntity {
/**
*
*/
export class TResource {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.value === undefined) { throw new Error() }
this.value = _json_.value
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly value: number
resolve(tables:Tables)
{
}
}
}
2024-01-08 18:55:00 +08:00
export namespace TB {
export class TbGRoleEquipType {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
}
/**
* Id
*/
readonly id: number
/**
*
*/
readonly name: string
resolve(tables:Tables)
{
}
}
}
2024-01-06 19:18:02 +08:00
export namespace TB {
2024-01-17 00:05:44 +08:00
export class TbGSysDungeon {
2024-01-06 19:18:02 +08:00
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.name === undefined) { throw new Error() }
this.name = _json_.name
2024-01-17 00:05:44 +08:00
if (_json_.banner === undefined) { throw new Error() }
this.banner = _json_.banner
if (_json_.tigs === undefined) { throw new Error() }
this.tigs = _json_.tigs
2024-01-06 19:18:02 +08:00
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly name: string
2024-01-17 00:05:44 +08:00
/**
*
*/
readonly banner: string
/**
*
*/
readonly tigs: string
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGSysDungeon160001 {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.data === undefined) { throw new Error() }
this.data = new TbGEntity.TDungeon(_json_.data)
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly data: TbGEntity.TDungeon
resolve(tables:Tables)
{
}
}
}
export namespace TbGEntity {
/**
*
*/
export class TDungeon {
constructor(_json_: any) {
if (_json_.level === undefined) { throw new Error() }
this.level = _json_.level
if (_json_.boss === undefined) { throw new Error() }
this.boss = _json_.boss
if (_json_.attributes === undefined) { throw new Error() }
{ this.attributes = []; for(let _ele of _json_.attributes) { let _e; _e = new TbGEntity.TAttributeValue(_ele); this.attributes.push(_e);}}
if (_json_.rewards === undefined) { throw new Error() }
{ this.rewards = []; for(let _ele of _json_.rewards) { let _e; _e = new TbGEntity.TResource(_ele); this.rewards.push(_e);}}
}
/**
*
*/
readonly level: number
/**
* BOSS ID
*/
readonly boss: number
/**
* BOSS
*/
readonly attributes: TbGEntity.TAttributeValue[]
/**
*
*/
readonly rewards: TbGEntity.TResource[]
resolve(tables:Tables)
{
}
}
}
export namespace TB {
export class TbGSysDungeon160002 {
constructor(_json_: any) {
if (_json_.id === undefined) { throw new Error() }
this.id = _json_.id
if (_json_.data === undefined) { throw new Error() }
this.data = new TbGEntity.TDungeon(_json_.data)
}
/**
* id
*/
readonly id: number
/**
*
*/
readonly data: TbGEntity.TDungeon
2024-01-06 19:18:02 +08:00
resolve(tables:Tables)
{
}
}
}
2023-11-13 02:37:29 +08:00
export class TbGGlobal{
private _dataMap: Map<number, TB.TbGGlobal>
private _dataList: TB.TbGGlobal[]
2023-11-06 02:25:02 +08:00
constructor(_json_: any) {
2023-11-13 02:37:29 +08:00
this._dataMap = new Map<number, TB.TbGGlobal>()
2023-11-06 02:25:02 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2023-11-13 02:37:29 +08:00
let _v: TB.TbGGlobal
_v = new TB.TbGGlobal(_json2_)
2023-11-06 02:25:02 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
2023-11-13 02:37:29 +08:00
getDataMap(): Map<number, TB.TbGGlobal> { return this._dataMap; }
getDataList(): TB.TbGGlobal[] { return this._dataList; }
2023-11-06 02:25:02 +08:00
2023-11-13 02:37:29 +08:00
get(key: number): TB.TbGGlobal | undefined { return this._dataMap.get(key); }
2023-11-06 02:25:02 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-13 02:37:29 +08:00
export class TbGRole{
private _dataMap: Map<number, TB.TbGRole>
private _dataList: TB.TbGRole[]
2023-11-06 02:25:02 +08:00
constructor(_json_: any) {
2023-11-13 02:37:29 +08:00
this._dataMap = new Map<number, TB.TbGRole>()
2023-11-06 02:25:02 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2023-11-13 02:37:29 +08:00
let _v: TB.TbGRole
_v = new TB.TbGRole(_json2_)
2023-11-06 02:25:02 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
2023-11-13 02:37:29 +08:00
getDataMap(): Map<number, TB.TbGRole> { return this._dataMap; }
getDataList(): TB.TbGRole[] { return this._dataList; }
2023-11-06 02:25:02 +08:00
2023-11-13 02:37:29 +08:00
get(key: number): TB.TbGRole | undefined { return this._dataMap.get(key); }
2023-11-06 02:25:02 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGRoleAttack{
private _dataMap: Map<number, TB.TbGRoleAttack>
private _dataList: TB.TbGRoleAttack[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleAttack>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleAttack
_v = new TB.TbGRoleAttack(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleAttack> { return this._dataMap; }
getDataList(): TB.TbGRoleAttack[] { return this._dataList; }
get(key: number): TB.TbGRoleAttack | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGRoleSkill{
private _dataMap: Map<number, TB.TbGRoleSkill>
private _dataList: TB.TbGRoleSkill[]
2023-11-05 04:40:09 +08:00
constructor(_json_: any) {
2023-11-06 02:25:02 +08:00
this._dataMap = new Map<number, TB.TbGRoleSkill>()
2023-11-05 04:40:09 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2023-11-06 02:25:02 +08:00
let _v: TB.TbGRoleSkill
_v = new TB.TbGRoleSkill(_json2_)
2023-11-05 04:40:09 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
2023-11-06 02:25:02 +08:00
getDataMap(): Map<number, TB.TbGRoleSkill> { return this._dataMap; }
getDataList(): TB.TbGRoleSkill[] { return this._dataList; }
2023-11-05 04:40:09 +08:00
2023-11-06 02:25:02 +08:00
get(key: number): TB.TbGRoleSkill | undefined { return this._dataMap.get(key); }
2023-11-05 04:40:09 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-13 02:37:29 +08:00
export class TbGMap{
private _dataMap: Map<number, TB.TbGMap>
private _dataList: TB.TbGMap[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGMap>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGMap
_v = new TB.TbGMap(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGMap> { return this._dataMap; }
getDataList(): TB.TbGMap[] { return this._dataList; }
get(key: number): TB.TbGMap | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-17 02:57:46 +08:00
export class TbGOnHookGlobal{
private _dataMap: Map<number, TB.TbGOnHookGlobal>
private _dataList: TB.TbGOnHookGlobal[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGOnHookGlobal>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGOnHookGlobal
_v = new TB.TbGOnHookGlobal(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGOnHookGlobal> { return this._dataMap; }
getDataList(): TB.TbGOnHookGlobal[] { return this._dataList; }
get(key: number): TB.TbGOnHookGlobal | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-20 03:47:00 +08:00
export class TbGResource{
private _dataMap: Map<number, TB.TbGResource>
private _dataList: TB.TbGResource[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGResource>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGResource
_v = new TB.TbGResource(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGResource> { return this._dataMap; }
getDataList(): TB.TbGResource[] { return this._dataList; }
get(key: number): TB.TbGResource | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-27 02:10:42 +08:00
export class TbGRoleUpStar{
private _dataMap: Map<number, TB.TbGRoleUpStar>
private _dataList: TB.TbGRoleUpStar[]
2023-11-21 18:52:01 +08:00
constructor(_json_: any) {
2023-11-27 02:10:42 +08:00
this._dataMap = new Map<number, TB.TbGRoleUpStar>()
2023-11-21 18:52:01 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2023-11-27 02:10:42 +08:00
let _v: TB.TbGRoleUpStar
_v = new TB.TbGRoleUpStar(_json2_)
2023-11-21 18:52:01 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.grade, _v)
}
}
2023-11-27 02:10:42 +08:00
getDataMap(): Map<number, TB.TbGRoleUpStar> { return this._dataMap; }
getDataList(): TB.TbGRoleUpStar[] { return this._dataList; }
2023-11-21 18:52:01 +08:00
2023-11-27 02:10:42 +08:00
get(key: number): TB.TbGRoleUpStar | undefined { return this._dataMap.get(key); }
2023-11-21 18:52:01 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGRoleUpGrow{
private _dataMap: Map<number, TB.TbGRoleUpGrow>
private _dataList: TB.TbGRoleUpGrow[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleUpGrow>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleUpGrow
_v = new TB.TbGRoleUpGrow(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleUpGrow> { return this._dataMap; }
getDataList(): TB.TbGRoleUpGrow[] { return this._dataList; }
get(key: number): TB.TbGRoleUpGrow | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-22 03:51:37 +08:00
export class TbSServerInfo{
private _dataMap: Map<number, TB.TbSServerInfo>
private _dataList: TB.TbSServerInfo[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbSServerInfo>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbSServerInfo
_v = new TB.TbSServerInfo(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbSServerInfo> { return this._dataMap; }
getDataList(): TB.TbSServerInfo[] { return this._dataList; }
get(key: number): TB.TbSServerInfo | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-27 19:00:51 +08:00
export class TbGAttribute{
private _dataMap: Map<number, TB.TbGAttribute>
private _dataList: TB.TbGAttribute[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGAttribute>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGAttribute
_v = new TB.TbGAttribute(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGAttribute> { return this._dataMap; }
getDataList(): TB.TbGAttribute[] { return this._dataList; }
get(key: number): TB.TbGAttribute | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2024-01-11 02:46:36 +08:00
export class TbGAttributeFC{
private _dataMap: Map<number, TB.TbGAttributeFC>
private _dataList: TB.TbGAttributeFC[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGAttributeFC>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGAttributeFC
_v = new TB.TbGAttributeFC(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGAttributeFC> { return this._dataMap; }
getDataList(): TB.TbGAttributeFC[] { return this._dataList; }
get(key: number): TB.TbGAttributeFC | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-27 19:00:51 +08:00
export class TbGRoleBaseAttribute{
private _dataMap: Map<number, TB.TbGRoleBaseAttribute>
private _dataList: TB.TbGRoleBaseAttribute[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleBaseAttribute>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleBaseAttribute
_v = new TB.TbGRoleBaseAttribute(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleBaseAttribute> { return this._dataMap; }
getDataList(): TB.TbGRoleBaseAttribute[] { return this._dataList; }
get(key: number): TB.TbGRoleBaseAttribute | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-30 18:45:13 +08:00
export class TbGOnHookMaps{
private _dataMap: Map<number, TB.TbGOnHookMaps>
private _dataList: TB.TbGOnHookMaps[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGOnHookMaps>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGOnHookMaps
_v = new TB.TbGOnHookMaps(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGOnHookMaps> { return this._dataMap; }
getDataList(): TB.TbGOnHookMaps[] { return this._dataList; }
get(key: number): TB.TbGOnHookMaps | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-12-23 19:00:53 +08:00
export class TbGOnHookMap120001{
private _dataMap: Map<number, TB.TbGOnHookMap120001>
private _dataList: TB.TbGOnHookMap120001[]
2023-11-30 18:45:13 +08:00
constructor(_json_: any) {
2023-12-23 19:00:53 +08:00
this._dataMap = new Map<number, TB.TbGOnHookMap120001>()
2023-11-30 18:45:13 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2023-12-23 19:00:53 +08:00
let _v: TB.TbGOnHookMap120001
_v = new TB.TbGOnHookMap120001(_json2_)
2023-11-30 18:45:13 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
2023-12-23 19:00:53 +08:00
getDataMap(): Map<number, TB.TbGOnHookMap120001> { return this._dataMap; }
getDataList(): TB.TbGOnHookMap120001[] { return this._dataList; }
2023-11-30 18:45:13 +08:00
2023-12-23 19:00:53 +08:00
get(key: number): TB.TbGOnHookMap120001 | undefined { return this._dataMap.get(key); }
2023-11-30 18:45:13 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-12-06 19:08:16 +08:00
export class TbBattleResource{
private _dataMap: Map<number, TB.TbBattleResource>
private _dataList: TB.TbBattleResource[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbBattleResource>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbBattleResource
_v = new TB.TbBattleResource(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbBattleResource> { return this._dataMap; }
getDataList(): TB.TbBattleResource[] { return this._dataList; }
get(key: number): TB.TbBattleResource | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2024-01-06 19:18:02 +08:00
export class TbGRoleEquip{
private _dataMap: Map<number, TB.TbGRoleEquip>
private _dataList: TB.TbGRoleEquip[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquip>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquip
_v = new TB.TbGRoleEquip(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquip> { return this._dataMap; }
getDataList(): TB.TbGRoleEquip[] { return this._dataList; }
get(key: number): TB.TbGRoleEquip | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2024-01-07 17:37:55 +08:00
export class TbGRoleEquipLevel{
private _dataMap: Map<number, TB.TbGRoleEquipLevel>
private _dataList: TB.TbGRoleEquipLevel[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquipLevel>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquipLevel
_v = new TB.TbGRoleEquipLevel(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquipLevel> { return this._dataMap; }
getDataList(): TB.TbGRoleEquipLevel[] { return this._dataList; }
get(key: number): TB.TbGRoleEquipLevel | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGRoleEquipQuality{
private _dataMap: Map<number, TB.TbGRoleEquipQuality>
private _dataList: TB.TbGRoleEquipQuality[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquipQuality>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquipQuality
_v = new TB.TbGRoleEquipQuality(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquipQuality> { return this._dataMap; }
getDataList(): TB.TbGRoleEquipQuality[] { return this._dataList; }
get(key: number): TB.TbGRoleEquipQuality | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2024-01-08 18:55:00 +08:00
export class TbGRoleEquipType{
private _dataMap: Map<number, TB.TbGRoleEquipType>
private _dataList: TB.TbGRoleEquipType[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGRoleEquipType>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGRoleEquipType
_v = new TB.TbGRoleEquipType(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGRoleEquipType> { return this._dataMap; }
getDataList(): TB.TbGRoleEquipType[] { return this._dataList; }
get(key: number): TB.TbGRoleEquipType | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2024-01-17 00:05:44 +08:00
export class TbGSysDungeon{
private _dataMap: Map<number, TB.TbGSysDungeon>
private _dataList: TB.TbGSysDungeon[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGSysDungeon>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGSysDungeon
_v = new TB.TbGSysDungeon(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGSysDungeon> { return this._dataMap; }
getDataList(): TB.TbGSysDungeon[] { return this._dataList; }
get(key: number): TB.TbGSysDungeon | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGSysDungeon160001{
private _dataMap: Map<number, TB.TbGSysDungeon160001>
private _dataList: TB.TbGSysDungeon160001[]
constructor(_json_: any) {
this._dataMap = new Map<number, TB.TbGSysDungeon160001>()
this._dataList = []
for(var _json2_ of _json_) {
let _v: TB.TbGSysDungeon160001
_v = new TB.TbGSysDungeon160001(_json2_)
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
getDataMap(): Map<number, TB.TbGSysDungeon160001> { return this._dataMap; }
getDataList(): TB.TbGSysDungeon160001[] { return this._dataList; }
get(key: number): TB.TbGSysDungeon160001 | undefined { return this._dataMap.get(key); }
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
export class TbGSysDungeon160002{
private _dataMap: Map<number, TB.TbGSysDungeon160002>
private _dataList: TB.TbGSysDungeon160002[]
2024-01-06 19:18:02 +08:00
constructor(_json_: any) {
2024-01-17 00:05:44 +08:00
this._dataMap = new Map<number, TB.TbGSysDungeon160002>()
2024-01-06 19:18:02 +08:00
this._dataList = []
for(var _json2_ of _json_) {
2024-01-17 00:05:44 +08:00
let _v: TB.TbGSysDungeon160002
_v = new TB.TbGSysDungeon160002(_json2_)
2024-01-06 19:18:02 +08:00
this._dataList.push(_v)
this._dataMap.set(_v.id, _v)
}
}
2024-01-17 00:05:44 +08:00
getDataMap(): Map<number, TB.TbGSysDungeon160002> { return this._dataMap; }
getDataList(): TB.TbGSysDungeon160002[] { return this._dataList; }
2024-01-06 19:18:02 +08:00
2024-01-17 00:05:44 +08:00
get(key: number): TB.TbGSysDungeon160002 | undefined { return this._dataMap.get(key); }
2024-01-06 19:18:02 +08:00
resolve(tables:Tables)
{
for(let data of this._dataList)
{
data.resolve(tables)
}
}
}
2023-11-05 04:40:09 +08:00
type JsonLoader = (file: string) => any
export class Tables {
2023-11-13 02:37:29 +08:00
private _TbGGlobal: TbGGlobal
get TbGGlobal(): TbGGlobal { return this._TbGGlobal;}
2023-11-05 04:40:09 +08:00
private _TbGRole: TbGRole
get TbGRole(): TbGRole { return this._TbGRole;}
2023-11-06 02:25:02 +08:00
private _TbGRoleAttack: TbGRoleAttack
get TbGRoleAttack(): TbGRoleAttack { return this._TbGRoleAttack;}
private _TbGRoleSkill: TbGRoleSkill
get TbGRoleSkill(): TbGRoleSkill { return this._TbGRoleSkill;}
2023-11-13 02:37:29 +08:00
private _TbGMap: TbGMap
get TbGMap(): TbGMap { return this._TbGMap;}
2023-11-17 02:57:46 +08:00
private _TbGOnHookGlobal: TbGOnHookGlobal
get TbGOnHookGlobal(): TbGOnHookGlobal { return this._TbGOnHookGlobal;}
2023-11-20 03:47:00 +08:00
private _TbGResource: TbGResource
get TbGResource(): TbGResource { return this._TbGResource;}
2023-11-27 02:10:42 +08:00
private _TbGRoleUpStar: TbGRoleUpStar
get TbGRoleUpStar(): TbGRoleUpStar { return this._TbGRoleUpStar;}
private _TbGRoleUpGrow: TbGRoleUpGrow
get TbGRoleUpGrow(): TbGRoleUpGrow { return this._TbGRoleUpGrow;}
2023-11-22 03:51:37 +08:00
private _TbSServerInfo: TbSServerInfo
get TbSServerInfo(): TbSServerInfo { return this._TbSServerInfo;}
2023-11-27 19:00:51 +08:00
private _TbGAttribute: TbGAttribute
get TbGAttribute(): TbGAttribute { return this._TbGAttribute;}
2024-01-11 02:46:36 +08:00
private _TbGAttributeFC: TbGAttributeFC
get TbGAttributeFC(): TbGAttributeFC { return this._TbGAttributeFC;}
2023-11-27 19:00:51 +08:00
private _TbGRoleBaseAttribute: TbGRoleBaseAttribute
get TbGRoleBaseAttribute(): TbGRoleBaseAttribute { return this._TbGRoleBaseAttribute;}
2023-11-30 18:45:13 +08:00
private _TbGOnHookMaps: TbGOnHookMaps
get TbGOnHookMaps(): TbGOnHookMaps { return this._TbGOnHookMaps;}
2023-12-23 19:00:53 +08:00
private _TbGOnHookMap120001: TbGOnHookMap120001
get TbGOnHookMap120001(): TbGOnHookMap120001 { return this._TbGOnHookMap120001;}
2023-12-06 19:08:16 +08:00
private _TbBattleResource: TbBattleResource
get TbBattleResource(): TbBattleResource { return this._TbBattleResource;}
2024-01-06 19:18:02 +08:00
private _TbGRoleEquip: TbGRoleEquip
get TbGRoleEquip(): TbGRoleEquip { return this._TbGRoleEquip;}
2024-01-07 17:37:55 +08:00
private _TbGRoleEquipLevel: TbGRoleEquipLevel
get TbGRoleEquipLevel(): TbGRoleEquipLevel { return this._TbGRoleEquipLevel;}
private _TbGRoleEquipQuality: TbGRoleEquipQuality
get TbGRoleEquipQuality(): TbGRoleEquipQuality { return this._TbGRoleEquipQuality;}
2024-01-08 18:55:00 +08:00
private _TbGRoleEquipType: TbGRoleEquipType
get TbGRoleEquipType(): TbGRoleEquipType { return this._TbGRoleEquipType;}
2024-01-17 00:05:44 +08:00
private _TbGSysDungeon: TbGSysDungeon
get TbGSysDungeon(): TbGSysDungeon { return this._TbGSysDungeon;}
private _TbGSysDungeon160001: TbGSysDungeon160001
get TbGSysDungeon160001(): TbGSysDungeon160001 { return this._TbGSysDungeon160001;}
private _TbGSysDungeon160002: TbGSysDungeon160002
get TbGSysDungeon160002(): TbGSysDungeon160002 { return this._TbGSysDungeon160002;}
2023-11-05 04:40:09 +08:00
constructor(loader: JsonLoader) {
2023-11-13 02:37:29 +08:00
this._TbGGlobal = new TbGGlobal(loader('tbgglobal'))
2023-11-05 04:40:09 +08:00
this._TbGRole = new TbGRole(loader('tbgrole'))
2023-11-06 02:25:02 +08:00
this._TbGRoleAttack = new TbGRoleAttack(loader('tbgroleattack'))
this._TbGRoleSkill = new TbGRoleSkill(loader('tbgroleskill'))
2023-11-13 02:37:29 +08:00
this._TbGMap = new TbGMap(loader('tbgmap'))
2023-11-17 02:57:46 +08:00
this._TbGOnHookGlobal = new TbGOnHookGlobal(loader('tbgonhookglobal'))
2023-11-20 03:47:00 +08:00
this._TbGResource = new TbGResource(loader('tbgresource'))
2023-11-27 02:10:42 +08:00
this._TbGRoleUpStar = new TbGRoleUpStar(loader('tbgroleupstar'))
this._TbGRoleUpGrow = new TbGRoleUpGrow(loader('tbgroleupgrow'))
2023-11-22 03:51:37 +08:00
this._TbSServerInfo = new TbSServerInfo(loader('tbsserverinfo'))
2023-11-27 19:00:51 +08:00
this._TbGAttribute = new TbGAttribute(loader('tbgattribute'))
2024-01-11 02:46:36 +08:00
this._TbGAttributeFC = new TbGAttributeFC(loader('tbgattributefc'))
2023-11-27 19:00:51 +08:00
this._TbGRoleBaseAttribute = new TbGRoleBaseAttribute(loader('tbgrolebaseattribute'))
2023-11-30 18:45:13 +08:00
this._TbGOnHookMaps = new TbGOnHookMaps(loader('tbgonhookmaps'))
2023-12-23 19:00:53 +08:00
this._TbGOnHookMap120001 = new TbGOnHookMap120001(loader('tbgonhookmap120001'))
2023-12-06 19:08:16 +08:00
this._TbBattleResource = new TbBattleResource(loader('tbbattleresource'))
2024-01-06 19:18:02 +08:00
this._TbGRoleEquip = new TbGRoleEquip(loader('tbgroleequip'))
2024-01-07 17:37:55 +08:00
this._TbGRoleEquipLevel = new TbGRoleEquipLevel(loader('tbgroleequiplevel'))
this._TbGRoleEquipQuality = new TbGRoleEquipQuality(loader('tbgroleequipquality'))
2024-01-08 18:55:00 +08:00
this._TbGRoleEquipType = new TbGRoleEquipType(loader('tbgroleequiptype'))
2024-01-17 00:05:44 +08:00
this._TbGSysDungeon = new TbGSysDungeon(loader('tbgsysdungeon'))
this._TbGSysDungeon160001 = new TbGSysDungeon160001(loader('tbgsysdungeon160001'))
this._TbGSysDungeon160002 = new TbGSysDungeon160002(loader('tbgsysdungeon160002'))
2023-11-05 04:40:09 +08:00
2023-11-13 02:37:29 +08:00
this._TbGGlobal.resolve(this)
2023-11-05 04:40:09 +08:00
this._TbGRole.resolve(this)
2023-11-06 02:25:02 +08:00
this._TbGRoleAttack.resolve(this)
this._TbGRoleSkill.resolve(this)
2023-11-13 02:37:29 +08:00
this._TbGMap.resolve(this)
2023-11-17 02:57:46 +08:00
this._TbGOnHookGlobal.resolve(this)
2023-11-20 03:47:00 +08:00
this._TbGResource.resolve(this)
2023-11-27 02:10:42 +08:00
this._TbGRoleUpStar.resolve(this)
this._TbGRoleUpGrow.resolve(this)
2023-11-22 03:51:37 +08:00
this._TbSServerInfo.resolve(this)
2023-11-27 19:00:51 +08:00
this._TbGAttribute.resolve(this)
2024-01-11 02:46:36 +08:00
this._TbGAttributeFC.resolve(this)
2023-11-27 19:00:51 +08:00
this._TbGRoleBaseAttribute.resolve(this)
2023-11-30 18:45:13 +08:00
this._TbGOnHookMaps.resolve(this)
2023-12-23 19:00:53 +08:00
this._TbGOnHookMap120001.resolve(this)
2023-12-06 19:08:16 +08:00
this._TbBattleResource.resolve(this)
2024-01-06 19:18:02 +08:00
this._TbGRoleEquip.resolve(this)
2024-01-07 17:37:55 +08:00
this._TbGRoleEquipLevel.resolve(this)
this._TbGRoleEquipQuality.resolve(this)
2024-01-08 18:55:00 +08:00
this._TbGRoleEquipType.resolve(this)
2024-01-17 00:05:44 +08:00
this._TbGSysDungeon.resolve(this)
this._TbGSysDungeon160001.resolve(this)
this._TbGSysDungeon160002.resolve(this)
2023-11-05 04:40:09 +08:00
}
}