polygone/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models
2021-08-02 05:44:37 -04:00
..
Api Initial Commit 2021-08-02 05:44:37 -04:00
Enums Initial Commit 2021-08-02 05:44:37 -04:00
Providers Initial Commit 2021-08-02 05:44:37 -04:00
Structures Initial Commit 2021-08-02 05:44:37 -04:00
Api.meta Initial Commit 2021-08-02 05:44:37 -04:00
ChangesModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
ChangesModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
Enums.meta Initial Commit 2021-08-02 05:44:37 -04:00
HistoryModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
HistoryModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
IChangesModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
IChangesModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
IHistoryModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
IHistoryModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
IMainModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
IMainModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
IModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
IModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
IStartModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
IStartModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
MainModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
MainModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
Providers.meta Initial Commit 2021-08-02 05:44:37 -04:00
README.md Initial Commit 2021-08-02 05:44:37 -04:00
README.md.meta Initial Commit 2021-08-02 05:44:37 -04:00
StartModel.cs Initial Commit 2021-08-02 05:44:37 -04:00
StartModel.cs.meta Initial Commit 2021-08-02 05:44:37 -04:00
Structures.meta Initial Commit 2021-08-02 05:44:37 -04: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.