class RLib_AcsExt {
	static int consolePlayerNumber() {
		return consolePlayer;
	}

	static int echo() {
		return 1;
	}
}