cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub
This commit is contained in:
@@ -19,19 +19,6 @@ public class Timer
|
||||
IsEnd = false;
|
||||
}
|
||||
|
||||
public virtual void Update()
|
||||
{
|
||||
if (!IsEnd)
|
||||
{
|
||||
RemainTimeSec -= Time.deltaTime;
|
||||
if (!(RemainTimeSec > 0f))
|
||||
{
|
||||
IsEnd = true;
|
||||
CallEvent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void CallEvent()
|
||||
{
|
||||
this.onEndEvent();
|
||||
|
||||
Reference in New Issue
Block a user