Add api mappings for oculus orb normal speed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-09 03:47:02 +02:00
parent df0ad824f9
commit 31d7ed8850
2 changed files with 11 additions and 0 deletions

View File

@@ -640,4 +640,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("oculusOrbState")
@Override
void setOculusOrbState(int state);
@Import("oculusOrbNormalSpeed")
@Override
void setOculusOrbNormalSpeed(int state);
}