1
0
mirror of synced 2024-12-11 22:16:00 +01:00
GC-local-server-rewrite/Domain/Enums/ShowFastSlowOption.cs

8 lines
137 B
C#
Raw Normal View History

2023-02-16 17:38:01 +01:00
namespace Domain.Enums;
public enum ShowFastSlowOption : long
{
NearAvatar = 1,
NearJudgement = 2,
NotShow = 3
}