@CookieChinese thank you
A
Aknee Jahe
@Aknee Jahe
Posts
-
Timer in script -
Timer in scriptHow would I make a timer in my script like this?
private Timer timer = new Timer(); if(timer.hasTimeElapsed(1000, false)) //do something
@CookieChinese thank you
How would I make a timer in my script like this?
private Timer timer = new Timer();
if(timer.hasTimeElapsed(1000, false))
//do something