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