Inheritance: PrimaryClass
コード例 #1
0
 public void SecondaryAbilityThree()
 {
     SecondaryClass.UseAbilityThree();
 }
コード例 #2
0
 public MainClass()
 {
     this.secondaryClass = new SecondaryClass(this.UpdateTestValue);
     testValue           = 0;
 }