void InitActions() { MoveableObject lObject = new Creature("Lion"); ActionRun lRun = new ActionRun(); mActions.Add(lObject.Name, lRun.Execute); }