aboutsummaryrefslogtreecommitdiffstats
path: root/src/ru/olamedia/olacraft/game/IGameWrapper.java
blob: a4a7ed175d1a7ae73973ec17ca2a36a5d21185ba (plain)
1
2
3
4
5
6
7
package ru.olamedia.olacraft.game;

public interface IGameWrapper {
	public void setMyId(int connectionId);

	public void spawn(int connectionId, int x, int y, int z);
}