峰哥,救救qwq

This commit is contained in:
CubePlayer
2025-07-23 01:36:18 +08:00
parent 95206a5cd3
commit 914c60fd72
13 changed files with 96240 additions and 1003 deletions

View File

@ -22,6 +22,7 @@ public class UMPController : Singleton<UMPController>
foreach (UniversalMediaPlayer player in opation.ump)
{
player.Play();
player.GetComponent<UMPTool>().Init();
}
}
else