Example #1
0
        public Runtime(RuntimeSettings settings)
        {
            Settings = settings;
            RuntimeHandler.Register(this);

            _sounds = new Sounds(this);
        }
Example #2
0
 public Runtime()
 {
     RuntimeHandler.Register(this);
 }