public static Cetag In() { if (mi == null) { mi = new Cetag(); } return(mi); }
public void setvol(float vol) { Cetag.In().at = vol; peko.value = vol; }
// Start is called before the first frame update void Start() { sourse.volume = Cetag.In().at; }