mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:00:47 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -18,8 +18,8 @@ namespace Ryujinx.HLE.HOS.SystemState
|
||||
|
||||
public UserProfile(UInt128 uuid, string name)
|
||||
{
|
||||
this.Uuid = uuid;
|
||||
this.Name = name;
|
||||
Uuid = uuid;
|
||||
Name = name;
|
||||
|
||||
LastModifiedTimestamp = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user