WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Views
2025-01-07 02:06:59 +01:00
..
Adapters initial commit 2025-01-07 02:06:59 +01:00
Adapters.meta initial commit 2025-01-07 02:06:59 +01:00
ChangesTabPageView.cs initial commit 2025-01-07 02:06:59 +01:00
ChangesTabPageView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
HistoryTabPageView.cs initial commit 2025-01-07 02:06:59 +01:00
HistoryTabPageView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IChangesView.cs initial commit 2025-01-07 02:06:59 +01:00
IChangesView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IHistoryView.cs initial commit 2025-01-07 02:06:59 +01:00
IHistoryView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IMainView.cs initial commit 2025-01-07 02:06:59 +01:00
IMainView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IStartView.cs initial commit 2025-01-07 02:06:59 +01:00
IStartView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
IView.cs initial commit 2025-01-07 02:06:59 +01:00
IView.cs.meta initial commit 2025-01-07 02:06:59 +01:00
MainPageView.cs initial commit 2025-01-07 02:06:59 +01:00
MainPageView.cs.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
StartPageView.cs initial commit 2025-01-07 02:06:59 +01:00
StartPageView.cs.meta initial commit 2025-01-07 02:06:59 +01: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.