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

16 lines
340 B
Protocol Buffer

syntax = "proto3";
option csharp_namespace = "Proto";
message UpdateInfo {
uint32 version_code = 1;
string version_name = 2;
string description = 3;
string package_link = 4;
bool force_update = 5;
bool enable_lib_download = 6;
bool enable_auto_update = 7;
string current_cn_hash = 8;
string current_os_hash = 9;
}