Skip to content

Instantly share code, notes, and snippets.

@Da0ne
Da0ne / constants.c
Created March 29, 2022 12:46
VPPATUIConstants
class VPPATUIConstants
{
//the root directory layouts exists in
const static string PREFIX = "VPPAdminTools/GUI/Layouts/";
//Misc
const static string VPPNotification = PREFIX + "VPPNotification.layout";
const static string VPPNotificationParent = PREFIX + "VPPNotificationParent.layout";
const static string PlayerESPCanvas = PREFIX + "PlayerESPCanvas.layout";
const static string CustomSubMenu = PREFIX + "CustomSubMenu.layout";