Style cleanup
This commit is contained in:
@@ -15,8 +15,8 @@ public record struct CaptureResult
|
||||
public bool IsCaught { get; init; }
|
||||
public int Shakes { get; init; }
|
||||
public bool CriticalCapture { get; init; }
|
||||
|
||||
public static CaptureResult Failed => new CaptureResult(false, 0, false);
|
||||
|
||||
public static CaptureResult Failed => new(false, 0, false);
|
||||
}
|
||||
|
||||
public interface ICaptureLibrary
|
||||
|
||||
Reference in New Issue
Block a user