cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
3 stars 3 forks source link

Replace TreeGridItem with Node : ITreeGridItem #107

Closed cibikle closed 7 months ago

cibikle commented 7 months ago

Implement ITreeGridItem in the Node class and completely replace all usage of TreeGridItem with Node.

cibikle commented 7 months ago

Implemented ITreeGridItem on Node. Didn't go all the way and replace FileWriter; will do that later.