From 35e8d323cf91e57a593dd2754e3104d614fe0355 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 1 Jun 2023 14:05:47 +0800 Subject: [PATCH] feat: add diamond_buy --- models.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/models.proto b/models.proto index b86f73a..18874ae 100644 --- a/models.proto +++ b/models.proto @@ -140,6 +140,7 @@ message Role { map talent_tree = 32; int32 lucky_seek = 33; // lucky black cat seek + int32 diamond_buy = 34; } message Activity { -- libgit2 0.21.2