点击或拖拽改变大小

EventHelperRemoveAdventureSite 方法

移除指定地格的奇遇

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void RemoveAdventureSite(
	short areaId,
	short blockId,
	bool isTimeout,
	bool isComplete
)

参数

areaId  Int16
要移除奇遇的区域id
blockId  Int16
要移除奇遇的地格id
isTimeout  Boolean
是否因时间超时被移除
isComplete  Boolean
是否因奇遇通关被移除
参见