File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public ConversionResponse Convert(ConversionRequest request)
3737
3838 var lua = _plugin . sdk . lua ;
3939 string luaFunction = GetLuaFunction ( request . ConversionType ) ;
40-
40+
4141 if ( string . IsNullOrEmpty ( luaFunction ) )
4242 {
4343 return new ConversionResponse
@@ -108,7 +108,7 @@ public ConversionResponse Convert(ConversionRequest request)
108108 }
109109 }
110110
111- private string GetLuaFunction ( string conversionType )
111+ private static string GetLuaFunction ( string conversionType )
112112 {
113113 return conversionType . ToLower ( ) switch
114114 {
Original file line number Diff line number Diff line change 1+ # Cheat Engine MCP Client
2+
3+ This project uses UV package manager: https://github.com/astral-sh/uv
You can’t perform that action at this time.
0 commit comments