예제 #1
0
	public static void DisableInput() {
		Instance = new EmptyPlayerInputStrategy ();
	}
예제 #2
0
	public static void DemoInput() {
		Instance = new DemoPlayerInputStrategy ();
	}
예제 #3
0
	public static void EnableInput() {
		Instance = new KeyboardPlayerInputStrategy ();
	}