currentTimmillis exported

This commit is contained in:
7u83 2018-12-20 17:21:58 +01:00
parent e646b2f5de
commit 9e80146597
1 changed files with 2 additions and 0 deletions

View File

@ -46,4 +46,6 @@ public interface World {
public void schedule(EventListener listener, long t);
public float randNextFloat(float min, float max);
public long currentTimeMillis();
}