|
|
2 年之前 | |
|---|---|---|
| .. | ||
| Api | 2 年之前 | |
| Enums | 2 年之前 | |
| Providers | 2 年之前 | |
| Structures | 2 年之前 | |
| Api.meta | 2 年之前 | |
| ChangesModel.cs | 2 年之前 | |
| ChangesModel.cs.meta | 2 年之前 | |
| Enums.meta | 2 年之前 | |
| HistoryModel.cs | 2 年之前 | |
| HistoryModel.cs.meta | 2 年之前 | |
| IChangesModel.cs | 2 年之前 | |
| IChangesModel.cs.meta | 2 年之前 | |
| IHistoryModel.cs | 2 年之前 | |
| IHistoryModel.cs.meta | 2 年之前 | |
| IMainModel.cs | 2 年之前 | |
| IMainModel.cs.meta | 2 年之前 | |
| IModel.cs | 2 年之前 | |
| IModel.cs.meta | 2 年之前 | |
| IStartModel.cs | 2 年之前 | |
| IStartModel.cs.meta | 2 年之前 | |
| MainModel.cs | 2 年之前 | |
| MainModel.cs.meta | 2 年之前 | |
| Providers.meta | 2 年之前 | |
| README.md | 2 年之前 | |
| README.md.meta | 2 年之前 | |
| StartModel.cs | 2 年之前 | |
| StartModel.cs.meta | 2 年之前 | |
| Structures.meta | 2 年之前 | |
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.