This commit is contained in:
aozhiwei 2022-08-03 11:12:13 +08:00
parent 786102288f
commit cb3b99d920

View File

@ -5,6 +5,7 @@ const BC_BASE_GAME_ID = 2005;
const BC_FUNC_CREATION = 1; const BC_FUNC_CREATION = 1;
const BC_FUNC_GUILD = 3; const BC_FUNC_GUILD = 3;
const BC_FUNC_BLIND_BOX = 5; const BC_FUNC_BLIND_BOX = 5;
const BC_FUNC_PRESENT = 6;
const BC_MAX_TOKEN_IDX = 99999; const BC_MAX_TOKEN_IDX = 99999;
const BC_EPOCH = 1643212800; const BC_EPOCH = 1643212800;