Files
Yae/YaeAchievement/res/proto/CacheItem.proto
HolographicHat 07050c1c3d move sources
2025-01-08 09:30:17 +08:00

11 lines
163 B
Protocol Buffer

syntax = "proto3";
option csharp_namespace = "Proto";
message CacheItem {
uint32 version = 1;
string checksum = 2;
string etag = 3;
bytes content = 4;
}