momentum-mod / lumper

BSP lump editor and review tool
MIT License
20 stars 13 forks source link

Fix/bspconvert #25

Closed BIRD311 closed 1 year ago

BIRD311 commented 1 year ago

closes #24

Fixed the bug and added the new gamelump type to the enum. Didn't get it to work with the abstract method and System.Enum so I just removed it in the end. I could have changed the key to string instead, but its only used for the JSON export so its not really necessary.