mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
.. | ||
Adapters | ||
Adapters.meta | ||
ChangesTabPageView.cs | ||
ChangesTabPageView.cs.meta | ||
HistoryTabPageView.cs | ||
HistoryTabPageView.cs.meta | ||
IChangesView.cs | ||
IChangesView.cs.meta | ||
IHistoryView.cs | ||
IHistoryView.cs.meta | ||
IMainView.cs | ||
IMainView.cs.meta | ||
IStartView.cs | ||
IStartView.cs.meta | ||
IView.cs | ||
IView.cs.meta | ||
MainPageView.cs | ||
MainPageView.cs.meta | ||
README.md | ||
README.md.meta | ||
StartPageView.cs | ||
StartPageView.cs.meta |
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.