Axel Nordh d24e17e398 innit 4 years ago
..
Api d24e17e398 innit 4 years ago
Enums d24e17e398 innit 4 years ago
Providers d24e17e398 innit 4 years ago
Structures d24e17e398 innit 4 years ago
Api.meta d24e17e398 innit 4 years ago
ChangesModel.cs d24e17e398 innit 4 years ago
ChangesModel.cs.meta d24e17e398 innit 4 years ago
Enums.meta d24e17e398 innit 4 years ago
HistoryModel.cs d24e17e398 innit 4 years ago
HistoryModel.cs.meta d24e17e398 innit 4 years ago
IChangesModel.cs d24e17e398 innit 4 years ago
IChangesModel.cs.meta d24e17e398 innit 4 years ago
IHistoryModel.cs d24e17e398 innit 4 years ago
IHistoryModel.cs.meta d24e17e398 innit 4 years ago
IMainModel.cs d24e17e398 innit 4 years ago
IMainModel.cs.meta d24e17e398 innit 4 years ago
IModel.cs d24e17e398 innit 4 years ago
IModel.cs.meta d24e17e398 innit 4 years ago
IStartModel.cs d24e17e398 innit 4 years ago
IStartModel.cs.meta d24e17e398 innit 4 years ago
MainModel.cs d24e17e398 innit 4 years ago
MainModel.cs.meta d24e17e398 innit 4 years ago
Providers.meta d24e17e398 innit 4 years ago
README.md d24e17e398 innit 4 years ago
README.md.meta d24e17e398 innit 4 years ago
StartModel.cs d24e17e398 innit 4 years ago
StartModel.cs.meta d24e17e398 innit 4 years ago
Structures.meta d24e17e398 innit 4 years ago

README.md

Models

In this directory, we have all of the interfaces and implementations of the Models in the package's MVP architecture.

In Api/ we have the interfaces that the Models take to communicate with the backend. In Enums/ and Structures/ we have the supporting data structures for the interfaces in Api/. In Providers/ we have the implementations of the interfaces in Api/. At this moment only Collab.cs exists.