rename Actor#readySequence to Actor#idleSequence

This commit is contained in:
ThatGamerBlue
2020-06-03 14:52:26 +01:00
parent b6256767cc
commit f7f38e138b
10 changed files with 20 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2016-2017, Adam <Adam@sigterm.info>
* Copyright (c) 2020, ThatGamerBlue <thatgamerblue@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -101,7 +102,7 @@ public interface RSActor extends RSEntity, Actor
// Idle animation
@Import("readySequence")
@Import("idleSequence")
@Override
void setIdlePoseAnimation(int animation);