public override void OnInitialize() { powerBeamPanel = new PowerBeamPanel(); powerBeamPanel.Initialize(); this.Append(powerBeamPanel); }
public override void OnInitialize() { powerBeamPanel = new PowerBeamPanel(); powerBeamPanel.Initialize(); this.Append(powerBeamPanel); pbsaButton = new PowerBeamScrewAttackButton(); pbsaButton.Initialize(); this.Append(pbsaButton); comboError = new ComboError(); comboError.Initialize(); this.Append(comboError); }