Пример #1
0
 protected override void NamedSecond(string s)
 {
     NamePlayerSettlementDialogUtility.Named(this.settlement, s);
 }
Пример #2
0
 protected override bool IsValidSecondName(string s)
 {
     return(NamePlayerSettlementDialogUtility.IsValidName(s));
 }