Auto compile protos

This commit is contained in:
HolographicHat
2023-03-30 08:54:50 +08:00
parent ffc0854291
commit 69184fa59d
13 changed files with 77 additions and 2044 deletions

View File

@@ -0,0 +1,15 @@
syntax = "proto3";
option csharp_namespace = "Proto";
message UpdateInfo {
uint32 versionCode = 1;
string versionName = 2;
string description = 3;
string packageLink = 4;
bool forceUpdate = 5;
bool enableLibDownload = 6;
bool enableAutoDownload = 7;
string currentCNGameHash = 8;
string currentOSGameHash = 9;
}