Files
bansonic_beta_main/Assets/_galgame_inGame/gameplayGalgame.cs
T

14 lines
337 B
C#

using UnityEngine;
public class gameplayGalgame : MonoBehaviour
{
[Header("enable galgame so")]
public bool enableGalgame = false;
public bool enableLyricsSO = true;
[Header("gal so")]
public ingame_galgame_so golSO;
[Header("prefabs")]
public GameObject galgamePrefab;
public GameObject where_to_put;
}