PO/Library/PackageCache/com.unity.collab-proxy@1.9.0/Editor/Collaborate/Views
Залетов Федор 573b3fda65 Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
..
Adapters Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
Adapters.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ChangesTabPageView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
ChangesTabPageView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
HistoryTabPageView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
HistoryTabPageView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IChangesView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IChangesView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IHistoryView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IHistoryView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IMainView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IMainView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IStartView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IStartView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
IView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
MainPageView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
MainPageView.cs.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
StartPageView.cs Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00
StartPageView.cs.meta Okey, really realy first commit. Troubleshooting errors 2022-01-12 10:39:15 +03:00

README.md

Views

In this directory, we have all of the interfaces and implementations of the Views in the package's MVP architecture.

ListAdapters are also stored under Adapters/ as they are considered a sub-View.