lstmdg cfdbf69074 2023.7.28 1 年之前
..
Api cfdbf69074 2023.7.28 1 年之前
Enums cfdbf69074 2023.7.28 1 年之前
Providers cfdbf69074 2023.7.28 1 年之前
Structures cfdbf69074 2023.7.28 1 年之前
Api.meta cfdbf69074 2023.7.28 1 年之前
ChangesModel.cs cfdbf69074 2023.7.28 1 年之前
ChangesModel.cs.meta cfdbf69074 2023.7.28 1 年之前
Enums.meta cfdbf69074 2023.7.28 1 年之前
HistoryModel.cs cfdbf69074 2023.7.28 1 年之前
HistoryModel.cs.meta cfdbf69074 2023.7.28 1 年之前
IChangesModel.cs cfdbf69074 2023.7.28 1 年之前
IChangesModel.cs.meta cfdbf69074 2023.7.28 1 年之前
IHistoryModel.cs cfdbf69074 2023.7.28 1 年之前
IHistoryModel.cs.meta cfdbf69074 2023.7.28 1 年之前
IMainModel.cs cfdbf69074 2023.7.28 1 年之前
IMainModel.cs.meta cfdbf69074 2023.7.28 1 年之前
IModel.cs cfdbf69074 2023.7.28 1 年之前
IModel.cs.meta cfdbf69074 2023.7.28 1 年之前
IStartModel.cs cfdbf69074 2023.7.28 1 年之前
IStartModel.cs.meta cfdbf69074 2023.7.28 1 年之前
MainModel.cs cfdbf69074 2023.7.28 1 年之前
MainModel.cs.meta cfdbf69074 2023.7.28 1 年之前
Providers.meta cfdbf69074 2023.7.28 1 年之前
README.md cfdbf69074 2023.7.28 1 年之前
README.md.meta cfdbf69074 2023.7.28 1 年之前
StartModel.cs cfdbf69074 2023.7.28 1 年之前
StartModel.cs.meta cfdbf69074 2023.7.28 1 年之前
Structures.meta cfdbf69074 2023.7.28 1 年之前

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.