lstmdg cfdbf69074 2023.7.28 2 anni fa
..
Api cfdbf69074 2023.7.28 2 anni fa
Enums cfdbf69074 2023.7.28 2 anni fa
Providers cfdbf69074 2023.7.28 2 anni fa
Structures cfdbf69074 2023.7.28 2 anni fa
Api.meta cfdbf69074 2023.7.28 2 anni fa
ChangesModel.cs cfdbf69074 2023.7.28 2 anni fa
ChangesModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
Enums.meta cfdbf69074 2023.7.28 2 anni fa
HistoryModel.cs cfdbf69074 2023.7.28 2 anni fa
HistoryModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
IChangesModel.cs cfdbf69074 2023.7.28 2 anni fa
IChangesModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
IHistoryModel.cs cfdbf69074 2023.7.28 2 anni fa
IHistoryModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
IMainModel.cs cfdbf69074 2023.7.28 2 anni fa
IMainModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
IModel.cs cfdbf69074 2023.7.28 2 anni fa
IModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
IStartModel.cs cfdbf69074 2023.7.28 2 anni fa
IStartModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
MainModel.cs cfdbf69074 2023.7.28 2 anni fa
MainModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
Providers.meta cfdbf69074 2023.7.28 2 anni fa
README.md cfdbf69074 2023.7.28 2 anni fa
README.md.meta cfdbf69074 2023.7.28 2 anni fa
StartModel.cs cfdbf69074 2023.7.28 2 anni fa
StartModel.cs.meta cfdbf69074 2023.7.28 2 anni fa
Structures.meta cfdbf69074 2023.7.28 2 anni fa

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.