[THS] Added 4 white cards.

This commit is contained in:
LevelX2 2013-09-11 17:38:43 +02:00
parent ff1b2ceb72
commit 33901e8b3d
6 changed files with 416 additions and 0 deletions

View file

@ -35,4 +35,5 @@ import java.util.UUID;
*/
public interface Controllable {
UUID getControllerId();
UUID getId();
}