| 58 | // [BinaryAsset] |
| 59 | #if USE_EDITOR |
| 60 | void GetReferences(Array<Guid>& assets, Array<String>& files) const override |
| 61 | { |
| 62 | BinaryAsset::GetReferences(assets, files); |
| 63 | assets.Add(Skeleton.GetID()); |
| 64 | } |
| 65 | bool Save(const StringView& path = StringView::Empty) override; |
| 66 | #endif |
| 67 |
no test coverage detected