| | 1 | | using System; |
| | 2 | |
|
| | 3 | | namespace DCL |
| | 4 | | { |
| | 5 | | public class AssetPromiseKeeper_Material : AssetPromiseKeeper<Asset_Material, AssetLibrary_RefCounted<Asset_Material |
| | 6 | | { |
| | 7 | | private static AssetPromiseKeeper_Material instance; |
| 0 | 8 | | public static AssetPromiseKeeper_Material i { get { return instance ??= new AssetPromiseKeeper_Material(); } } |
| | 9 | |
|
| 26 | 10 | | public AssetPromiseKeeper_Material() : base(new AssetLibrary_RefCounted<Asset_Material>()) { } |
| 0 | 11 | | public AssetPromiseKeeper_Material(AssetLibrary_RefCounted<Asset_Material> library) : base(library) { } |
| | 12 | | } |
| | 13 | | } |