Notify before 5 minute idle and 6h logout

This commit is contained in:
UniquePassive
2018-01-19 23:19:09 +01:00
parent 25854cfff4
commit 2d0cd23785
3 changed files with 65 additions and 0 deletions

View File

@@ -355,4 +355,12 @@ public interface RSClient extends RSGameEngine, Client
@Import("rasterProvider")
@Override
BufferProvider getBufferProvider();
@Import("mouseIdleTicks")
@Override
int getMouseIdleTicks();
@Import("keyboardIdleTicks")
@Override
int getKeyboardIdleTicks();
}