First initial modelling, going to move serialization away from model

This commit is contained in:
Daniel Cronqvist 2024-07-26 00:36:57 +02:00
parent f0548060c0
commit d2be83972d
10 changed files with 1302 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*.cs]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true