コード例 #1
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     Edition.Current.AdaptUpgradeToRules(AnotherSideInstance);
 }
コード例 #2
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
     RuleSet.Instance.AdaptUpgradeToRules(AnotherSideInstance);
 }
コード例 #3
0
 private void CreateAnotherSideInstance()
 {
     AnotherSideInstance = (GenericDualUpgrade)Activator.CreateInstance(AnotherSide);
 }