点击或拖拽改变大小

EventHelperSelectSuccessor 方法

进入选择继承人阶段

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void SelectSuccessor(
	EventArgBox argBox,
	bool isRandomSuccessor,
	string nextEvent
)

参数

argBox  EventArgBox
事件参数盒子
isRandomSuccessor  Boolean
是否为随机继承人
nextEvent  String
执行完选择随机继承人后需要执行的事件
参见