You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
Api | 3 years ago | |
Enums | 3 years ago | |
Providers | 3 years ago | |
Structures | 3 years ago | |
Api.meta | 3 years ago | |
ChangesModel.cs | 3 years ago | |
ChangesModel.cs.meta | 3 years ago | |
Enums.meta | 3 years ago | |
HistoryModel.cs | 3 years ago | |
HistoryModel.cs.meta | 3 years ago | |
IChangesModel.cs | 3 years ago | |
IChangesModel.cs.meta | 3 years ago | |
IHistoryModel.cs | 3 years ago | |
IHistoryModel.cs.meta | 3 years ago | |
IMainModel.cs | 3 years ago | |
IMainModel.cs.meta | 3 years ago | |
IModel.cs | 3 years ago | |
IModel.cs.meta | 3 years ago | |
IStartModel.cs | 3 years ago | |
IStartModel.cs.meta | 3 years ago | |
MainModel.cs | 3 years ago | |
MainModel.cs.meta | 3 years ago | |
Providers.meta | 3 years ago | |
README.md | 3 years ago | |
README.md.meta | 3 years ago | |
StartModel.cs | 3 years ago | |
StartModel.cs.meta | 3 years ago | |
Structures.meta | 3 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.