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