Remove static imports

This commit is contained in:
Jonatino
2021-03-25 18:19:08 -04:00
parent 8b40493e54
commit 01c80e93a3
5 changed files with 5 additions and 37 deletions

View File

@@ -13,6 +13,4 @@ public interface DynamicObject extends Renderable
* Get the number of cycles that have elapsed in the whole animation.
*/
int getAnimCycleCount();
int getCurrentPort();
}
}