Firstborn/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Models
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00
..
Api Library -Artifacts 2023-03-28 12:24:16 -05:00
Enums Library -Artifacts 2023-03-28 12:24:16 -05:00
Providers Library -Artifacts 2023-03-28 12:24:16 -05:00
Structures Library -Artifacts 2023-03-28 12:24:16 -05:00
Api.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
ChangesModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
ChangesModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
Enums.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
HistoryModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
HistoryModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
IChangesModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
IChangesModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
IHistoryModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
IHistoryModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
IMainModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
IMainModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
IModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
IModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
IStartModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
IStartModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
MainModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
MainModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
Providers.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
README.md Library -Artifacts 2023-03-28 12:24:16 -05:00
README.md.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
StartModel.cs Library -Artifacts 2023-03-28 12:24:16 -05:00
StartModel.cs.meta Library -Artifacts 2023-03-28 12:24:16 -05:00
Structures.meta Library -Artifacts 2023-03-28 12:24:16 -05: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.