Exemplo n.º 1
0
	public static void DisableInput() {
		Instance = new EmptyPlayerInputStrategy ();
	}
Exemplo n.º 2
0
	public static void DemoInput() {
		Instance = new DemoPlayerInputStrategy ();
	}
Exemplo n.º 3
0
	public static void EnableInput() {
		Instance = new KeyboardPlayerInputStrategy ();
	}