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.