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

+ Add some minor corrections to the StringList Class, this is largly… #28

Merged
merged 1 commit into from
May 4, 2022

Conversation

amathieson
Copy link
Collaborator

… unimportant, did it anyways...

@amathieson amathieson requested a review from space928 May 4, 2022 20:16
@@ -4,5 +4,42 @@ public class OmsiStringList : OmsiObject
{
public OmsiStringList() : base() { }
internal OmsiStringList(Memory memory, int address) : base(memory, address) { }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan making a base class for all Omsi lists, but I'll refactor that in when I get around to it.

@space928 space928 merged commit c2118c3 into main May 4, 2022
@space928 space928 deleted the TStringList branch May 4, 2022 21:24
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.

2 participants