OPENREC 7

This commit is contained in:
recroom2016tutorial
2022-07-21 23:49:29 -04:00
parent 696feb3887
commit 869f5ff80b
5 changed files with 68 additions and 44 deletions

View File

@@ -51,13 +51,11 @@ namespace api2017
ForceJuniorImages = false,
HasBirthday = true
}
});
}
// Token: 0x06000199 RID: 409 RVA: 0x00002BBE File Offset: 0x00000DBE
public static string playerName()
{
return File.ReadAllText("playerNameConfig.txt");
}
}
}