bcirpggithubmirror/GameEngineResearch/ErpgUnity3d/Library/PackageCache/com.unity.collab-proxy@1.3.8/Editor/Views
2021-02-02 20:59:14 -07:00
..
Adapters Adding template 2021-02-02 20:59:14 -07:00
Adapters.meta Adding template 2021-02-02 20:59:14 -07:00
ChangesTabPageView.cs Adding template 2021-02-02 20:59:14 -07:00
ChangesTabPageView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
HistoryTabPageView.cs Adding template 2021-02-02 20:59:14 -07:00
HistoryTabPageView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IChangesView.cs Adding template 2021-02-02 20:59:14 -07:00
IChangesView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IHistoryView.cs Adding template 2021-02-02 20:59:14 -07:00
IHistoryView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IMainView.cs Adding template 2021-02-02 20:59:14 -07:00
IMainView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IStartView.cs Adding template 2021-02-02 20:59:14 -07:00
IStartView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
IView.cs Adding template 2021-02-02 20:59:14 -07:00
IView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
MainPageView.cs Adding template 2021-02-02 20:59:14 -07:00
MainPageView.cs.meta Adding template 2021-02-02 20:59:14 -07:00
README.md Adding template 2021-02-02 20:59:14 -07:00
README.md.meta Adding template 2021-02-02 20:59:14 -07:00
StartPageView.cs Adding template 2021-02-02 20:59:14 -07:00
StartPageView.cs.meta Adding template 2021-02-02 20:59:14 -07: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.