コード例 #1
0
 private void SelectGovernment(Government Gov)
 {
     SelectedGovernment                  = Gov;
     GovernmentDescription.label         = Gov.description;
     GovernmentGameplayDescription.label = Gov.GetGameplayDescription();
     Confirm.text = "Select " + Gov.name;
 }
コード例 #2
0
 private void SelectGovernment(Government Gov)
 {
     SelectedGovernment                  = Gov;
     GovernmentDescription.label         = Gov.description;
     GovernmentGameplayDescription.label = Gov.GetGameplayDescription();
     Confirm.text = "Select " + Gov.name;
     Log.Info("StateFunding: NewInstanceConfigView: selected government");
 }
コード例 #3
0
 private void SelectGovernment(Government Gov)
 {
     SelectedGovernment = Gov;
       GovernmentDescription.label = Gov.description;
       GovernmentGameplayDescription.label = Gov.GetGameplayDescription();
       Confirm.text = "Select " + Gov.name;
 }