mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 05:50:27 -06:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace MetaNodes
|
|
{
|
|
internal class Globals
|
|
{
|
|
public static string MOVIE_INFO = "MovieInfo";
|
|
}
|
|
}
|