package org.reunionemu.jreunion.game; /** * @author Aidamina * @license http://reunion.googlecode.com/svn/trunk/license.txt */ public class PersonalShop extends Shop{ public PersonalShop(Player owner, int tabs) { super(owner, tabs); } }