mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-18 08:25:32 +00:00
perf[cs]: get protocol name in script
This commit is contained in:
@@ -3,7 +3,7 @@ function Protocols.{}:protocolId()
|
||||
end
|
||||
|
||||
function Protocols.{}:protocolName()
|
||||
return Protocols.{}
|
||||
return "{}"
|
||||
end
|
||||
|
||||
function Protocols.{}:__tostring()
|
||||
|
||||
@@ -15,7 +15,7 @@ function {}:protocolId()
|
||||
end
|
||||
|
||||
function {}:protocolName()
|
||||
return {}
|
||||
return "{}"
|
||||
end
|
||||
|
||||
function {}:__tostring()
|
||||
|
||||
Reference in New Issue
Block a user