seVen
New Member
- Joined
- Jan 31, 2010
- Messages
- 589
- Reaction score
- 20
Hey you guys i'm working on a plugin right now and need some help !
- Question: How do i define a longer ( lets say 1H) wait time in WaitTimer class?
^ Doesn't work
- Question: How do i define a longer ( lets say 1H) wait time in WaitTimer class?
Code:
private readonly WaitTimer _updateTimer = WaitTimer.OneHour;
^ Doesn't work