can this fucking class stay final please

This commit is contained in:
ThatGamerBlue
2021-02-11 21:51:52 +00:00
parent be71581012
commit 68a905f9f0

View File

@@ -30,7 +30,7 @@ package net.runelite.api;
* Note: This class is not complete and may not contain a specific animation
* required.
*/
public class AnimationID
public final class AnimationID
{
public static final int IDLE = -1;
public static final int HERBLORE_PESTLE_AND_MORTAR = 364;