| | 1 | | namespace DCL |
| | 2 | | { |
| | 3 | | public class AssetLibrary_Material : AssetLibrary<Asset_Material> |
| | 4 | | { |
| 0 | 5 | | public override bool Add(Asset_Material asset) { throw new System.NotImplementedException(); } |
| | 6 | |
|
| 0 | 7 | | public override void Cleanup() { throw new System.NotImplementedException(); } |
| | 8 | |
|
| 0 | 9 | | public override bool Contains(object id) { throw new System.NotImplementedException(); } |
| | 10 | |
|
| 0 | 11 | | public override bool Contains(Asset_Material asset) { throw new System.NotImplementedException(); } |
| | 12 | |
|
| 0 | 13 | | public override Asset_Material Get(object id) { throw new System.NotImplementedException(); } |
| | 14 | |
|
| 0 | 15 | | public override void Release(Asset_Material asset) { throw new System.NotImplementedException(); } |
| | 16 | | } |
| | 17 | |
|
| | 18 | | public class AssetPromiseKeeper_Material : AssetPromiseKeeper<Asset_Material, AssetLibrary_Material, AssetPromise_Ma |
| | 19 | | { |
| | 20 | | public AssetPromiseKeeper_Material(AssetLibrary_Material library) : base(library) { } |
| | 21 | | } |
| | 22 | | } |