mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
c5c1c2fc35
- Did some work with the kalphite queen
10 lines
225 B
Java
10 lines
225 B
Java
package com.rebotted.game.players;
|
|
|
|
/**
|
|
* Easy access to common interface IDs
|
|
*/
|
|
public class MainFrameIDs {
|
|
public static final int DEPOSIT_BOX = 4465;
|
|
public static final int BANK = 5292; //Might be incorrect!!
|
|
}
|