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; }