equal
deleted
inserted
replaced
2 using System.Collections.Generic; |
2 using System.Collections.Generic; |
3 using System.Linq; |
3 using System.Linq; |
4 using System.Text; |
4 using System.Text; |
5 using FingersDance.Actions; |
5 using FingersDance.Actions; |
6 |
6 |
7 namespace FingersDance.ActionFactory |
7 namespace FingersDance.Factory |
8 { |
8 { |
9 public class ActionGenerator |
9 public class ActionGenerator |
10 { |
10 { |
11 private Dictionary<String, Type> actionDict = new Dictionary<string, Type>(); |
11 private Dictionary<String, Type> actionDict = new Dictionary<string, Type>(); |
12 |
12 |