* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class ShipSimuGuest extends BaseUser implements ManageableGuest, Registerable {
+class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest, Registerable {
// Exceptions
const EXCEPTION_USERNAME_NOT_FOUND = 0x170;
const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x171;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class ShipSimuMember extends BaseUser implements ManageableMember, Registerable, Updateable {
+class ShipSimuMember extends ShipSimuBaseUser implements ManageableMember, Registerable, Updateable {
/**
* Protected constructor
*