using System;
using UnityEngine;
namespace Tenkoku.Core
{
public class TenkokuLib : MonoBehaviour
public Material skyMaterialElek;
public Material skyMaterialLegacy;
public Shader[] shaders;
}