aboutsummaryrefslogtreecommitdiffstats
path: root/src/ru/olamedia/olacraft/game/LocalGameWrapper.java
blob: 8c19ce63fb675d69ea91e1ced25012caaa39b3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package ru.olamedia.olacraft.game;

public class LocalGameWrapper implements IGameWrapper {

	@Override
	public void setMyId(int connectionId) {
		// TODO Auto-generated method stub

	}

	@Override
	public void spawn(int connectionId, int x, int y, int z) {
		// TODO Auto-generated method stub

	}

}