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

Remove target reflection #1367

Merged
merged 16 commits into from May 11, 2024
Merged

Remove target reflection #1367

merged 16 commits into from May 11, 2024

Conversation

adverserath
Copy link
Collaborator

Removed existing reflection from Spells.cs, by adding an interface for InstantCast spells.
Any targettable spell will now have an additional method from the interface to hook into the existing Targets and pass the target in the same call, without the overhead of Reflection references.

Also tidied the Skill reference by ID numbers in PlayerMobile.cs/Skills.cs

@TrueUO
Copy link
Owner

TrueUO commented May 10, 2024

Looks good.

Copy link

sonarcloud bot commented May 10, 2024

@TrueUO TrueUO merged commit b719666 into master May 11, 2024
2 checks passed
@TrueUO TrueUO deleted the RemoveTargetReflection branch May 11, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants