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