【优化】EmmyLuaType的TBytes

main
yxy 2022-02-03 22:18:48 +08:00
parent a4df2de837
commit 7d05f1fd4d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Luban.Job.Common.TypeVisitors
public string Accept(TBytes type) public string Accept(TBytes type)
{ {
return $"string"; return "string";
} }
public string Accept(TText type) public string Accept(TText type)