Axel Nordh d24e17e398 innit 4 лет назад
..
Api d24e17e398 innit 4 лет назад
Enums d24e17e398 innit 4 лет назад
Providers d24e17e398 innit 4 лет назад
Structures d24e17e398 innit 4 лет назад
Api.meta d24e17e398 innit 4 лет назад
ChangesModel.cs d24e17e398 innit 4 лет назад
ChangesModel.cs.meta d24e17e398 innit 4 лет назад
Enums.meta d24e17e398 innit 4 лет назад
HistoryModel.cs d24e17e398 innit 4 лет назад
HistoryModel.cs.meta d24e17e398 innit 4 лет назад
IChangesModel.cs d24e17e398 innit 4 лет назад
IChangesModel.cs.meta d24e17e398 innit 4 лет назад
IHistoryModel.cs d24e17e398 innit 4 лет назад
IHistoryModel.cs.meta d24e17e398 innit 4 лет назад
IMainModel.cs d24e17e398 innit 4 лет назад
IMainModel.cs.meta d24e17e398 innit 4 лет назад
IModel.cs d24e17e398 innit 4 лет назад
IModel.cs.meta d24e17e398 innit 4 лет назад
IStartModel.cs d24e17e398 innit 4 лет назад
IStartModel.cs.meta d24e17e398 innit 4 лет назад
MainModel.cs d24e17e398 innit 4 лет назад
MainModel.cs.meta d24e17e398 innit 4 лет назад
Providers.meta d24e17e398 innit 4 лет назад
README.md d24e17e398 innit 4 лет назад
README.md.meta d24e17e398 innit 4 лет назад
StartModel.cs d24e17e398 innit 4 лет назад
StartModel.cs.meta d24e17e398 innit 4 лет назад
Structures.meta d24e17e398 innit 4 лет назад

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.