changeset 156 | e16c8c913c65 |
parent 135 | 84b3bf5ee3d2 |
155:c68128feca0d | 156:e16c8c913c65 |
---|---|
1 using System; |
1 using System; |
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 |
5 |
6 namespace FingersDance.ActionFactory |
6 namespace FingersDance.Factory |
7 { |
7 { |
8 public class ActionFactory |
8 public class ActionFactory |
9 { |
9 { |
10 private static ActionGenerator _Factory; |
10 private static ActionGenerator _Factory; |
11 |
11 |