WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Models
2025-01-07 02:06:59 +01:00
..
Api initial commit 2025-01-07 02:06:59 +01:00
Enums initial commit 2025-01-07 02:06:59 +01:00
Providers initial commit 2025-01-07 02:06:59 +01:00
Structures initial commit 2025-01-07 02:06:59 +01:00
Api.meta initial commit 2025-01-07 02:06:59 +01:00
ChangesModel.cs initial commit 2025-01-07 02:06:59 +01:00
ChangesModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
Enums.meta initial commit 2025-01-07 02:06:59 +01:00
HistoryModel.cs initial commit 2025-01-07 02:06:59 +01:00
HistoryModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IChangesModel.cs initial commit 2025-01-07 02:06:59 +01:00
IChangesModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IHistoryModel.cs initial commit 2025-01-07 02:06:59 +01:00
IHistoryModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IMainModel.cs initial commit 2025-01-07 02:06:59 +01:00
IMainModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IModel.cs initial commit 2025-01-07 02:06:59 +01:00
IModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IStartModel.cs initial commit 2025-01-07 02:06:59 +01:00
IStartModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
MainModel.cs initial commit 2025-01-07 02:06:59 +01:00
MainModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
Providers.meta initial commit 2025-01-07 02:06:59 +01:00
README.md initial commit 2025-01-07 02:06:59 +01:00
README.md.meta initial commit 2025-01-07 02:06:59 +01:00
StartModel.cs initial commit 2025-01-07 02:06:59 +01:00
StartModel.cs.meta initial commit 2025-01-07 02:06:59 +01:00
Structures.meta initial commit 2025-01-07 02:06:59 +01: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.