using System; namespace Xft { public class GlobalConfig { public static float SoundVolume = 1f; } }