ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models
2021-06-28 19:31:12 +02:00
..
Api Initial commit 2021-06-28 19:31:12 +02:00
Enums Initial commit 2021-06-28 19:31:12 +02:00
Providers Initial commit 2021-06-28 19:31:12 +02:00
Structures Initial commit 2021-06-28 19:31:12 +02:00
Api.meta Initial commit 2021-06-28 19:31:12 +02:00
ChangesModel.cs Initial commit 2021-06-28 19:31:12 +02:00
ChangesModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
Enums.meta Initial commit 2021-06-28 19:31:12 +02:00
HistoryModel.cs Initial commit 2021-06-28 19:31:12 +02:00
HistoryModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IChangesModel.cs Initial commit 2021-06-28 19:31:12 +02:00
IChangesModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IHistoryModel.cs Initial commit 2021-06-28 19:31:12 +02:00
IHistoryModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IMainModel.cs Initial commit 2021-06-28 19:31:12 +02:00
IMainModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IModel.cs Initial commit 2021-06-28 19:31:12 +02:00
IModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IStartModel.cs Initial commit 2021-06-28 19:31:12 +02:00
IStartModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
MainModel.cs Initial commit 2021-06-28 19:31:12 +02:00
MainModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
Providers.meta Initial commit 2021-06-28 19:31:12 +02:00
README.md Initial commit 2021-06-28 19:31:12 +02:00
README.md.meta Initial commit 2021-06-28 19:31:12 +02:00
StartModel.cs Initial commit 2021-06-28 19:31:12 +02:00
StartModel.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
Structures.meta Initial commit 2021-06-28 19:31:12 +02: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.