cull(engine-cleanup): pass-8 phase-2 cascade round 2 after GachaUI stub
This commit is contained in:
@@ -19,11 +19,6 @@ public class Timer
|
||||
IsEnd = false;
|
||||
}
|
||||
|
||||
public void CallEvent()
|
||||
{
|
||||
this.onEndEvent();
|
||||
}
|
||||
|
||||
public static IEnumerator DelayMethod(float waitTime, Action process)
|
||||
{
|
||||
yield return new WaitForSeconds(waitTime);
|
||||
|
||||
Reference in New Issue
Block a user