コード例 #1
0
ファイル: hge.go プロジェクト: losinggeneration/hge
func (h *HGE) Channel_SetVolume(chn sound.Channel, volume int) {
	chn.SetVolume(volume)
}