10 lines
364 B
C#
10 lines
364 B
C#
namespace Borodar.RainbowHierarchy
|
|
{
|
|
public static class AssetInfo
|
|
{
|
|
public const string STORE_ID = "106670";
|
|
public const string NAME = "Rainbow Hierarchy";
|
|
public const string VERSION = "2.6.2";
|
|
public const string HELP_URL = "http://www.borodar.com/stuff/rainbowhierarchy/docs/quickstart_v" + VERSION + ".pdf";
|
|
}
|
|
} |