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

Rewrite parts of the plugin using COM components #29

Open
amoeba opened this issue Nov 2, 2020 · 0 comments
Open

Rewrite parts of the plugin using COM components #29

amoeba opened this issue Nov 2, 2020 · 0 comments
Assignees
Labels

Comments

@amoeba
Copy link
Owner

amoeba commented Nov 2, 2020

I'm accessing COM in places, like getting the current skills and their training levels. This is probably really bad. Rewrite using something more like

MyHost.Actions.SkillTrainLevel[SkillType.CurrentSkillSalvaging].ToString();
var skills = Enum.GetValues(typeof(SkillType));
@amoeba amoeba added the bug label Nov 2, 2020
@amoeba amoeba self-assigned this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant