Exemplo n.º 1
0
        public IEnumerable <Object> FetchDependencies(ISerializedFile file, bool isLog = false)
        {
            yield return(Prototype.FetchDependency(file, isLog, () => nameof(DetailPrototype), "prototype"));

            yield return(PrototypeTexture.FetchDependency(file, isLog, () => nameof(DetailPrototype), "prototypeTexture"));
        }