Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minelaying: added extensibility points + move to Common #20933

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

michaeldgg2
Copy link
Contributor

@michaeldgg2 michaeldgg2 commented Jun 24, 2023

This PR adds extensibility points to LayMines activity using two callbacks defined by INotifyMineLaying interface:

  • MineLaying (just before laying a mine)
  • MineLaid after mine actor has been created (in FrameEndTask)

Plus the PR moves Minelaying-related classes to OpenRA.Mods.Common and makes Mine-related classes public.

Mailaender
Mailaender previously approved these changes Jul 1, 2023
Provides two callbacks using INotifyMineLaying interface: MineLaying (just before laying a mine), MineLaid after mine actor has been created (in FrameEndTask)
@abcdefg30 abcdefg30 merged commit dccb3ce into OpenRA:bleed Jul 4, 2023
3 checks passed
@abcdefg30
Copy link
Member

Changelog

@michaeldgg2 michaeldgg2 deleted the Minelaying-Extensibility-Points branch July 14, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants