diff options
Diffstat (limited to 'Client/Assembly-CSharp/ImageNames.cs')
-rw-r--r-- | Client/Assembly-CSharp/ImageNames.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/ImageNames.cs b/Client/Assembly-CSharp/ImageNames.cs new file mode 100644 index 0000000..e70e8a8 --- /dev/null +++ b/Client/Assembly-CSharp/ImageNames.cs @@ -0,0 +1,12 @@ +using System; + +public enum ImageNames +{ + LocalButton, + OnlineButton, + HowToPlayButton, + FreeplayButton, + HostHeader, + PublicHeader, + PrivateHeader +} |