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:
Ray Greenwell
2005-12-15 02:48:02 +00:00
parent 547ace1187
commit 94abde8293
@@ -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);
}