public void DelegateAfterConfirmation_ContractPanel() { if (PlayerManager.instance.shouldConsiderContract) { OfficePopup officePopup = gameObject.GetComponentInParent <OfficePopup>(); officePopup.ShowResetAnim(); } }
public override void Initialize(IComponent component) { base.Initialize(component); _Control = (Component as OfficePopup); }