Exemplo n.º 1
0
 public override void OnInitialize()
 {
     fileCache   = new TextureFileCache();
     memoryCache = new TextureMemoryCache();
     dispather   = new MsgDispather <Texture>("TextureManager");
 }