NDream.AirConsole.Editor.Extentions.Extentions C# (CSharp) Method

Extentions() static private method

static private Extentions ( ) : UnityEngine
return UnityEngine
		static Extentions () {

			InitSettings ();

			if (webserver != null) {
				webserver.Start ();
			}

			PlayMode.PlayModeChanged += OnPlayModeStateChanged;

		}