示例#1
0
 void FixedUpdate() => CumHandler.OnFixedUpdate();
示例#2
0
文件: Main.cs 项目: VRCMG/CumLoader
 void FixedUpdate()
 {
     CumHandler.OnFixedUpdate();
     CumCoroutines.ProcessWaitForFixedUpdate();
 }