Example #1
0
 private void Awake()
 {
     defaultStrategy = new PoolStrategy();
     disposeCache    = new List <AssetID> ();
 }
Example #2
0
 protected override void OnDestroy()
 {
     defaultStrategy = null;
     base.OnDestroy();
 }