Added Method to Set client plane

This commit is contained in:
Noodleeater
2021-02-20 16:57:36 +00:00
parent b242237140
commit 7f6738de19

View File

@@ -376,6 +376,8 @@ public interface Client extends GameEngine
*/
int getPlane();
void setPlane(int plane);
/**
* Gets the current scene
*/