Update banner and proto

This commit is contained in:
xavo95 2024-10-25 11:33:23 +02:00
parent c6b66eacb4
commit d909cf1aa3
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783
2 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
pub fn print_splash() {
println!(" _____ __ __ \n / ___// /_ ____ ________ / /_____ ___ ____ ___ _____\n \\__ \\/ __ \\/ __ \\/ ___/ _ \\/ //_/ _ \\/ _ \\/ __ \\/ _ \\/ ___/\n ___/ / / / / /_/ / / / __/ ,< / __/ __/ /_/ / __/ / \n/____/_/ /_/\\____/_/ \\___/_/|_|\\___/\\___/ .___/\\___/_/ \n /_/ ");
println!("
");
}

View file

@ -13819,12 +13819,12 @@ message LivenessInfo {
}
message LivenessTask {
int32 Id = 1;
int32 Current = 2;
int32 Target = 3;
int32 TaskId = 1;
int32 CurrentProgress = 2;
int32 TargetProgress = 3;
bool IsFinished = 4;
bool IsTaken = 5;
bool bxs = 6;
bool IsFunctionUnlock = 6;
}
// MessageId: 16908 (Request)