-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
RichPresenceResources.cs
47 lines (46 loc) · 2.38 KB
/
RichPresenceResources.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
namespace bsrpc
{
public static class RichPresenceAssetKeys
{
// Environments
public static readonly string BigMirror = "big_mirror";
public static readonly string Billie = "billie";
public static readonly string Bts = "bts";
public static readonly string CrabRave = "crab_rave";
public static readonly string Dragons = "dragons";
public static readonly string Edm = "edm";
public static readonly string FallOutBoy = "fall_out_boy";
public static readonly string FitBeat = "fitbeat";
public static readonly string Gaga = "gaga";
public static readonly string GreenDay = "green_day";
public static readonly string GreenDayGrenade = "green_day_grenade";
public static readonly string Interscope = "interscope";
public static readonly string Kaleidoscope = "kaleidoscope";
public static readonly string Kda = "kda";
public static readonly string LinkinPark = "linkin_park";
public static readonly string Lizzo = "lizzo";
public static readonly string MainMenu = "main_menu";
public static readonly string Monstercat = "monstercat";
public static readonly string MultiplayerLobby = "multiplayer_lobby";
public static readonly string Nice = "nice";
public static readonly string Origins = "origins";
public static readonly string Panic = "panic";
public static readonly string Rocket = "rocket";
public static readonly string Skrillex = "skrillex";
public static readonly string Spooky = "spooky";
public static readonly string TheFirst = "the_first";
public static readonly string TheSecond = "the_second";
public static readonly string Timbaland = "timbaland";
public static readonly string Triangle = "triangle";
public static readonly string Weave = "weave";
public static readonly string TheWeekend = "the_weekend";
public static readonly string Lattice = "lattice";
// Map types
public static readonly string BlankMapType = "blank_map_type";
public static readonly string Ninety = "90";
public static readonly string NoArrows = "no_arrows";
public static readonly string OneSaber = "one_saber";
public static readonly string Standard = "standard";
public static readonly string ThreeSixty = "360";
}
}