1
0
mirror of synced 2025-02-21 04:46:29 +01:00

11 lines
164 B
C#
Raw Normal View History

namespace SharedProject.enums;
public enum NavigatorGenre
{
Default = 1,
Original = 2,
Game = 3,
Touhou = 4,
Vocaloid = 5,
Collab = 6,
}