bug fixed

This commit is contained in:
병준 박 2022-08-13 20:46:59 +00:00
parent 6f3ab84a9b
commit 28ce072090
2 changed files with 4 additions and 1 deletions

View File

@ -41,10 +41,10 @@
"extensions": [
"donjayamanne.githistory",
"eamodio.gitlens",
"matklad.rust-analyzer",
"mhutchie.git-graph",
"ms-azuretools.vscode-docker",
"mutantdino.resourcemonitor",
"rust-lang.rust-analyzer",
"serayuzgur.crates",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb"

View File

@ -0,0 +1,3 @@
const HEADER: &str = "bet.beteran.c2se.core.network";
pub const HEADER_CLIENT: &str = const_format::concatcp!(HEADER, ".Client");