13 lines
472 B
C#
13 lines
472 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public static class AssetInformation
|
|
{
|
|
public const string PACKAGE_ID = "com.distantlands.cozy.core";
|
|
public const string ASSET_ID = "cozy-stylized-weather-3-271742";
|
|
public const string ASSET_NAME = "COZY: Stylized Weather 3";
|
|
public const string SEM_VERSION = "3.4.1";
|
|
public const string INTEGRATION_PATH = "Packages/com.distantlands.cozy.core/Content/Integration/";
|
|
}
|