ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Views
2021-06-28 19:31:12 +02:00
..
Adapters Initial commit 2021-06-28 19:31:12 +02:00
Adapters.meta Initial commit 2021-06-28 19:31:12 +02:00
ChangesTabPageView.cs Initial commit 2021-06-28 19:31:12 +02:00
ChangesTabPageView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
HistoryTabPageView.cs Initial commit 2021-06-28 19:31:12 +02:00
HistoryTabPageView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IChangesView.cs Initial commit 2021-06-28 19:31:12 +02:00
IChangesView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IHistoryView.cs Initial commit 2021-06-28 19:31:12 +02:00
IHistoryView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IMainView.cs Initial commit 2021-06-28 19:31:12 +02:00
IMainView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IStartView.cs Initial commit 2021-06-28 19:31:12 +02:00
IStartView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
IView.cs Initial commit 2021-06-28 19:31:12 +02:00
IView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00
MainPageView.cs Initial commit 2021-06-28 19:31:12 +02:00
MainPageView.cs.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
StartPageView.cs Initial commit 2021-06-28 19:31:12 +02:00
StartPageView.cs.meta Initial commit 2021-06-28 19:31:12 +02:00

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.