PO/Library/PackageCache/com.unity.collab-proxy@1.9.0/Editor/Collaborate/Models
Залетов Федор 573b3fda65 Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
..
Api Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Enums Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Providers Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Structures Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Api.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ChangesModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ChangesModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Enums.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
HistoryModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
HistoryModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IChangesModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IChangesModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IHistoryModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IHistoryModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IMainModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IMainModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IStartModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IStartModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
MainModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
MainModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Providers.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
README.md.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
StartModel.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
StartModel.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Structures.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00

README.md

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.