随机触发

This commit is contained in:
2025-07-24 17:10:39 +08:00
parent 085366f836
commit f883c502f7
4 changed files with 1002 additions and 807 deletions
Binary file not shown.
+3 -2
View File
@@ -4,6 +4,7 @@ tags:
<<fade_out>>
<<switch_fix_system_to BodyModule "Head">>
<<DropCable>>
me: 测试[[size]]变大[[/size]]正常 #line:02365db
me: 打地鼠测试 #line:0559767
<<start_whack_game "LevelTest">>
===
@@ -11,11 +12,11 @@ me: 打地鼠测试 #line:0559767
title: 打地鼠游戏通过
tags:
---
me: 成功
me: 成功 #line:0ee9c21
===
title: 打地鼠游戏失败
tags:
---
me: 失败
me: 失败 #line:003a5c5
===
File diff suppressed because it is too large Load Diff
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using AibisDream.Framework;
using UnityEngine;
@@ -58,6 +59,12 @@ namespace AibisDream.FixSystem
#region , BodyModuleSystem实现
public IEnumerator RandomFlicker()
{
yield break;
}
public void StartAllFlicker()
{
foreach (var module in _moleModules.Values)