mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 05:19:44 +05:00
6 lines
118 B
C#
6 lines
118 B
C#
namespace Il2CppInspector.Redux.CLI;
|
|
|
|
internal sealed class PortProvider(int port)
|
|
{
|
|
public int Port => port;
|
|
} |