dzduole 4be683fb33 中文和声音头像OK 1 month ago
..
Api 4be683fb33 中文和声音头像OK 1 month ago
Enums 4be683fb33 中文和声音头像OK 1 month ago
Providers 4be683fb33 中文和声音头像OK 1 month ago
Structures 4be683fb33 中文和声音头像OK 1 month ago
Api.meta 4be683fb33 中文和声音头像OK 1 month ago
ChangesModel.cs 4be683fb33 中文和声音头像OK 1 month ago
ChangesModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
Enums.meta 4be683fb33 中文和声音头像OK 1 month ago
HistoryModel.cs 4be683fb33 中文和声音头像OK 1 month ago
HistoryModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
IChangesModel.cs 4be683fb33 中文和声音头像OK 1 month ago
IChangesModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
IHistoryModel.cs 4be683fb33 中文和声音头像OK 1 month ago
IHistoryModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
IMainModel.cs 4be683fb33 中文和声音头像OK 1 month ago
IMainModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
IModel.cs 4be683fb33 中文和声音头像OK 1 month ago
IModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
IStartModel.cs 4be683fb33 中文和声音头像OK 1 month ago
IStartModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
MainModel.cs 4be683fb33 中文和声音头像OK 1 month ago
MainModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
Providers.meta 4be683fb33 中文和声音头像OK 1 month ago
README.md 4be683fb33 中文和声音头像OK 1 month ago
README.md.meta 4be683fb33 中文和声音头像OK 1 month ago
StartModel.cs 4be683fb33 中文和声音头像OK 1 month ago
StartModel.cs.meta 4be683fb33 中文和声音头像OK 1 month ago
Structures.meta 4be683fb33 中文和声音头像OK 1 month 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.