Searched defs:GetContentRequest (Results 1 – 1 of 1) sorted by relevance
85 struct GetContentRequest struct87 string path;88 bool physicalFile{};89 bool removeAfter{};91 static constexpr u32 Type() { return 5; } in Type()94 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(path, physicalFile, removeAfter); } in Serialize()