1
0
mirror of synced 2024-12-01 01:07:18 +01:00
GC-local-server-rewrite/SharedProject/enums/NavigatorGenre.cs
jiych1 14261c8e29 Change avatar/navigator/title select method
Add the function to change player name
2022-07-07 21:46:17 +08:00

14 lines
197 B
C#

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