| | 1 | | using DCL; |
| | 2 | |
|
| | 3 | | namespace MainScripts.DCL.Controllers.AssetManager.AssetBundles.SceneAB |
| | 4 | | { |
| | 5 | | public class AssetPromiseKeeper_SceneAB : AssetPromiseKeeper<Asset_SceneAB, AssetLibrary_RefCounted<Asset_SceneAB>, |
| | 6 | | { |
| | 7 | | private static AssetPromiseKeeper_SceneAB instance; |
| 0 | 8 | | public static AssetPromiseKeeper_SceneAB i { get { return instance ??= new AssetPromiseKeeper_SceneAB(new AssetL |
| 0 | 9 | | public AssetPromiseKeeper_SceneAB(AssetLibrary_RefCounted<Asset_SceneAB> library) : base(library) |
| | 10 | | { |
| | 11 | |
|
| 0 | 12 | | } |
| | 13 | | } |
| | 14 | | } |