dzduole 4be683fb33 中文和声音头像OK 1 mesiac pred
..
Api 4be683fb33 中文和声音头像OK 1 mesiac pred
Enums 4be683fb33 中文和声音头像OK 1 mesiac pred
Providers 4be683fb33 中文和声音头像OK 1 mesiac pred
Structures 4be683fb33 中文和声音头像OK 1 mesiac pred
Api.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
ChangesModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
ChangesModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
Enums.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
HistoryModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
HistoryModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
IChangesModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
IChangesModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
IHistoryModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
IHistoryModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
IMainModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
IMainModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
IModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
IModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
IStartModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
IStartModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
MainModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
MainModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
Providers.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
README.md 4be683fb33 中文和声音头像OK 1 mesiac pred
README.md.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
StartModel.cs 4be683fb33 中文和声音头像OK 1 mesiac pred
StartModel.cs.meta 4be683fb33 中文和声音头像OK 1 mesiac pred
Structures.meta 4be683fb33 中文和声音头像OK 1 mesiac pred

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.