GlobalConfig.cs 115 B

123456789
  1. using System;
  2. namespace Xft
  3. {
  4. public class GlobalConfig
  5. {
  6. public static float SoundVolume = 1f;
  7. }
  8. }