Add Actor#isMoving

This commit is contained in:
Burak Inan
2021-02-17 00:48:03 +01:00
parent 3e3f4ac4b1
commit 66b464c510
3 changed files with 11 additions and 0 deletions

View File

@@ -184,4 +184,7 @@ public interface RSActor extends RSRenderable, Actor
int getRunAnimation();
void setDead(boolean dead);
@Import("pathLength")
int getPathLength();
}