runescape-client: Rename RSCanvas to GameCanvas

This commit is contained in:
UniquePassive
2018-01-06 20:32:43 +01:00
parent 2fd39e5220
commit 23acf6d80a

View File

@@ -24,6 +24,6 @@
*/
package net.runelite.rs.api;
public interface RSCanvas
public interface RSGameCanvas
{
}