author | sarias |
Mon, 17 Aug 2009 22:04:09 +0200 | |
changeset 35 | ed77793b767a |
child 36 | b54f552f14ce |
permissions | -rw-r--r-- |
35 | 1 |
using System; |
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using FingersDance.Control.Player; |
|
6 |
||
7 |
namespace FingersDance.ActionFactory |
|
8 |
{ |
|
9 |
public class ActionFactory |
|
10 |
{ |
|
11 |
private Dictionary<String, Type> actionDict = new Dictionary<string, Type>(); |
|
12 |
||
13 |
public ActionFactory() |
|
14 |
{ |
|
15 |
//this.actionDict.Add("toto", ); |
|
16 |
} |
|
17 |
} |
|
18 |
} |