Made getActionSequence() public.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3782 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -214,7 +214,7 @@ public class CharacterManager
|
||||
* Returns the action sequence instance with the specified name or
|
||||
* null if no such sequence exists.
|
||||
*/
|
||||
protected ActionSequence getActionSequence (String action)
|
||||
public ActionSequence getActionSequence (String action)
|
||||
{
|
||||
return (ActionSequence)_actions.get(action);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user