List<Action> functions = new List<Action>(); functions.Add(Move); foreach (Action func in functions) func();