bcirpggithubmirror/GameEngineResearch/ErpgUnity3d/Library/PackageCache/com.unity.collab-proxy@1.3.8/Editor/Models
2021-02-02 20:59:14 -07:00
..
Api Adding template 2021-02-02 20:59:14 -07:00
Enums Adding template 2021-02-02 20:59:14 -07:00
Providers Adding template 2021-02-02 20:59:14 -07:00
Structures Adding template 2021-02-02 20:59:14 -07:00
Api.meta Adding template 2021-02-02 20:59:14 -07:00
ChangesModel.cs Adding template 2021-02-02 20:59:14 -07:00
ChangesModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
Enums.meta Adding template 2021-02-02 20:59:14 -07:00
HistoryModel.cs Adding template 2021-02-02 20:59:14 -07:00
HistoryModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IChangesModel.cs Adding template 2021-02-02 20:59:14 -07:00
IChangesModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IHistoryModel.cs Adding template 2021-02-02 20:59:14 -07:00
IHistoryModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IMainModel.cs Adding template 2021-02-02 20:59:14 -07:00
IMainModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IModel.cs Adding template 2021-02-02 20:59:14 -07:00
IModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IStartModel.cs Adding template 2021-02-02 20:59:14 -07:00
IStartModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
MainModel.cs Adding template 2021-02-02 20:59:14 -07:00
MainModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
Providers.meta Adding template 2021-02-02 20:59:14 -07:00
README.md Adding template 2021-02-02 20:59:14 -07:00
README.md.meta Adding template 2021-02-02 20:59:14 -07:00
StartModel.cs Adding template 2021-02-02 20:59:14 -07:00
StartModel.cs.meta Adding template 2021-02-02 20:59:14 -07:00
Structures.meta Adding template 2021-02-02 20:59:14 -07:00

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.