You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flavien ANDRE 899573c783
unity project added
3 years ago
..
Adapters unity project added 3 years ago
Adapters.meta unity project added 3 years ago
ChangesTabPageView.cs unity project added 3 years ago
ChangesTabPageView.cs.meta unity project added 3 years ago
HistoryTabPageView.cs unity project added 3 years ago
HistoryTabPageView.cs.meta unity project added 3 years ago
IChangesView.cs unity project added 3 years ago
IChangesView.cs.meta unity project added 3 years ago
IHistoryView.cs unity project added 3 years ago
IHistoryView.cs.meta unity project added 3 years ago
IMainView.cs unity project added 3 years ago
IMainView.cs.meta unity project added 3 years ago
IStartView.cs unity project added 3 years ago
IStartView.cs.meta unity project added 3 years ago
IView.cs unity project added 3 years ago
IView.cs.meta unity project added 3 years ago
MainPageView.cs unity project added 3 years ago
MainPageView.cs.meta unity project added 3 years ago
README.md unity project added 3 years ago
README.md.meta unity project added 3 years ago
StartPageView.cs unity project added 3 years ago
StartPageView.cs.meta unity project added 3 years ago

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.