mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 03:56:30 +00:00
a61cff8dfd
Co-authored-by: Alexandru Macocian <amacocian@microsoft.com>
14 lines
197 B
C#
14 lines
197 B
C#
namespace Daybreak.Shared.Models.FocusView;
|
|
|
|
public enum FocusViewComponent
|
|
{
|
|
Character,
|
|
PlayerResources,
|
|
Vanquish,
|
|
Title,
|
|
CurrentMap,
|
|
QuestLog,
|
|
Build,
|
|
Browser
|
|
}
|