mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
Release 0.1.0
This commit is contained in:
25
proto/pb/cs_energy_point.proto
Normal file
25
proto/pb/cs_energy_point.proto
Normal file
@@ -0,0 +1,25 @@
|
||||
syntax = "proto3";
|
||||
package proto;
|
||||
|
||||
option go_package = "/csproto";
|
||||
|
||||
message CS_WORLD_ENERGY_POINT_REQ_GROUP_REWARD {
|
||||
string game_group_id = 1;
|
||||
int32 reward_multiplier = 2;
|
||||
bool without_stamina_reward = 3;
|
||||
bool use_stamina_reduce = 4;
|
||||
bool use_terms = 5;
|
||||
}
|
||||
message SC_WORLD_ENERGY_POINT_REQ_GROUP_REWARD {
|
||||
string game_id = 1;
|
||||
int32 reward_multiplier = 2;
|
||||
bool without_stamina_reward = 3;
|
||||
bool use_stamina_reduce = 4;
|
||||
}
|
||||
message CS_WORLD_ENERGY_POINT_SET_TERMS {
|
||||
string game_group_id = 1;
|
||||
repeated string terms = 2;
|
||||
}
|
||||
message CS_WORLD_ENERGY_POINT_ABANDON_GROUP_REWARD {
|
||||
string game_group_id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user