Advertisement
rengetsu

PD_MusicOnLevel

Apr 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. //this script create only for music settings on level
  5. public class MusicOnLevel : MonoBehaviour {
  6.     void Start () {
  7.         Debug.Log(GlobalSettings.music);
  8.         Debug.Log(GlobalSettings.sound);
  9.     }
  10.     void Update () {
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement