RustDedicated/System.Core/InteropErrorExtensions.cs
2025-05-25 05:29:54 +09:30

7 lines
182 B
C#

internal static class InteropErrorExtensions
{
public static global::Interop.ErrorInfo Info(this global::Interop.Error error)
{
return new global::Interop.ErrorInfo(error);
}
}