|
@@ -52,6 +52,15 @@ class NormalEventProc {
|
|
|
Resp::AddEvent(Enum_EventType::AddYanling, $arg1, $arg2);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 任务卡-任务步骤进度更新
|
|
|
+ * @param type $arg1
|
|
|
+ * @param type $arg2
|
|
|
+ */
|
|
|
+ public static function OnTaskCardStep_Process($arg1, $arg2) {
|
|
|
+ Resp::AddEvent(Enum_EventType::MissionStepProcess, $arg1, $arg2);
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 任务卡-任务步骤完成
|
|
|
* @param type $arg1
|