点击或拖拽改变大小

AdventureBaseBranch(Byte, Byte, String, Int16, Int16, String, Int32, Int32, Int32, String, Int32, Int32, String) 构造函数

初始化 AdventureBaseBranch 类的一个新实例

命名空间: Config
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public AdventureBaseBranch(
	byte portA,
	byte portB,
	string branchKey,
	short luckStoreCount,
	short len,
	string globalEvent,
	int[] skillCfg,
	int[] terrainPersonalityCfg,
	int[] emptyBlockCfg,
	string[] eventCfg,
	int[] resRewardCfg,
	int[] itemRewardCfg,
	string[] bonusRewardCfg
)

参数

portA  Byte
 
portB  Byte
 
branchKey  String
 
luckStoreCount  Int16
 
len  Int16
 
globalEvent  String
 
skillCfg  Int32
 
terrainPersonalityCfg  Int32
 
emptyBlockCfg  Int32
 
eventCfg  String
 
resRewardCfg  Int32
 
itemRewardCfg  Int32
 
bonusRewardCfg  String
 
参见