コード例 #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 ();
	}