예제 #1
0
 public FageBundleRoot()
 {
     _instance   = this;
     bundles     = new FageBundle[0];
     _dictionary = new Dictionary <string, FageBundle>();
 }
예제 #2
0
 public FageBundleRoot()
 {
     _instance = this;
     bundles = new FageBundle[0];
     _dictionary = new Dictionary<string, FageBundle>();
 }