mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
[Aaru.CommonTypes] Reformat and cleanup.
This commit is contained in:
@@ -50,9 +50,11 @@ public class Ps3Encryption
|
||||
public string Serial { get; set; }
|
||||
|
||||
[Obsolete("Will be removed in Aaru 7")]
|
||||
public static implicit operator Ps3Encryption(PS3EncryptionType cicm) => cicm is null ? null : new Ps3Encryption
|
||||
{
|
||||
Key = cicm.Key,
|
||||
Serial = cicm.Serial
|
||||
};
|
||||
}
|
||||
public static implicit operator Ps3Encryption(PS3EncryptionType cicm) => cicm is null
|
||||
? null
|
||||
: new Ps3Encryption
|
||||
{
|
||||
Key = cicm.Key,
|
||||
Serial = cicm.Serial
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user