Esempio n. 1
0
 public static bool UIRegistrationPatch_UpdateName(UIRegistration __instance, ref string surName, ref string Name)
 {
     surName = newGameSurNameOverride.Value;
     Name    = newGameNameOverride.Value;
     return(true);
 }
Esempio n. 2
0
 public static bool UIRegistrationPatch_UpdateView(UIRegistration __instance, ref RegistrationInfo _info)
 {
     _info.SurName = newGameSurNameOverride.Value;
     _info.Name    = newGameNameOverride.Value;
     return(true);
 }