NDream.AirConsole.Editor.Extentions.Extentions C# (CSharp) 메소드

Extentions() 정적인 개인적인 메소드

static private Extentions ( ) : UnityEngine
리턴 UnityEngine
		static Extentions () {

			InitSettings ();

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

			PlayMode.PlayModeChanged += OnPlayModeStateChanged;

		}