You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 00e4582c08 Plugins system 3 years ago
..
Api Plugins system 3 years ago
Enums Plugins system 3 years ago
Providers Plugins system 3 years ago
Structures Plugins system 3 years ago
Api.meta Plugins system 3 years ago
ChangesModel.cs Plugins system 3 years ago
ChangesModel.cs.meta Plugins system 3 years ago
Enums.meta Plugins system 3 years ago
HistoryModel.cs Plugins system 3 years ago
HistoryModel.cs.meta Plugins system 3 years ago
IChangesModel.cs Plugins system 3 years ago
IChangesModel.cs.meta Plugins system 3 years ago
IHistoryModel.cs Plugins system 3 years ago
IHistoryModel.cs.meta Plugins system 3 years ago
IMainModel.cs Plugins system 3 years ago
IMainModel.cs.meta Plugins system 3 years ago
IModel.cs Plugins system 3 years ago
IModel.cs.meta Plugins system 3 years ago
IStartModel.cs Plugins system 3 years ago
IStartModel.cs.meta Plugins system 3 years ago
MainModel.cs Plugins system 3 years ago
MainModel.cs.meta Plugins system 3 years ago
Providers.meta Plugins system 3 years ago
README.md Plugins system 3 years ago
README.md.meta Plugins system 3 years ago
StartModel.cs Plugins system 3 years ago
StartModel.cs.meta Plugins system 3 years ago
Structures.meta Plugins system 3 years 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.