8 lines
229 B
C#
8 lines
229 B
C#
namespace SelfTracker;
|
|
|
|
public class Constants
|
|
{
|
|
public const string PluginGuid = "hansolo1000falcon.selftracker";
|
|
public const string PluginName = "SelfTrackerWithGifs";
|
|
public const string PluginVersion = "1.0.0";
|
|
} |