mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-16 23:52:08 -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