Files
FileFlowsPlugins/MetaNodes/Globals.cs
2023-08-20 08:36:27 +12:00

9 lines
179 B
C#

namespace MetaNodes
{
internal class Globals
{
public static string MOVIE_INFO = "MovieInfo";
public static string TV_SHOW_INFO = "TVShowInfo";
}
}