add redux CLI based on redux GUI output formats
This commit is contained in:
6
Il2CppInspector.Redux.CLI/PortProvider.cs
Normal file
6
Il2CppInspector.Redux.CLI/PortProvider.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Il2CppInspector.Redux.CLI;
|
||||
|
||||
internal sealed class PortProvider(int port)
|
||||
{
|
||||
public int Port => port;
|
||||
}
|
||||
Reference in New Issue
Block a user