Name Last Update
..
Api Loading commit data...
Enums Loading commit data...
Providers Loading commit data...
Structures Loading commit data...
Api.meta Loading commit data...
ChangesModel.cs Loading commit data...
ChangesModel.cs.meta Loading commit data...
Enums.meta Loading commit data...
HistoryModel.cs Loading commit data...
HistoryModel.cs.meta Loading commit data...
IChangesModel.cs Loading commit data...
IChangesModel.cs.meta Loading commit data...
IHistoryModel.cs Loading commit data...
IHistoryModel.cs.meta Loading commit data...
IMainModel.cs Loading commit data...
IMainModel.cs.meta Loading commit data...
IModel.cs Loading commit data...
IModel.cs.meta Loading commit data...
IStartModel.cs Loading commit data...
IStartModel.cs.meta Loading commit data...
MainModel.cs Loading commit data...
MainModel.cs.meta Loading commit data...
Providers.meta Loading commit data...
README.md Loading commit data...
README.md.meta Loading commit data...
StartModel.cs Loading commit data...
StartModel.cs.meta Loading commit data...
Structures.meta Loading commit data...

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.