示例#1
0
    void InitActions()
    {
        MoveableObject lObject = new Creature("Lion");
        ActionRun      lRun    = new ActionRun();

        mActions.Add(lObject.Name, lRun.Execute);
    }