| | 1 | | using System; |
| | 2 | |
|
| | 3 | | namespace DCL |
| | 4 | | { |
| | 5 | | public class AssetPromise_Material : AssetPromise<Asset_Material> |
| | 6 | | { |
| 0 | 7 | | protected override void OnAfterLoadOrReuse() { throw new NotImplementedException(); } |
| | 8 | |
|
| 0 | 9 | | protected override void OnBeforeLoadOrReuse() { throw new NotImplementedException(); } |
| | 10 | |
|
| 0 | 11 | | protected override void OnCancelLoading() { throw new NotImplementedException(); } |
| | 12 | |
|
| 0 | 13 | | protected override void OnLoad(Action OnSuccess, Action<Exception> OnFail) { throw new NotImplementedException() |
| | 14 | |
|
| 0 | 15 | | public override object GetId() { throw new NotImplementedException(); } |
| | 16 | | } |
| | 17 | | } |