mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
16 lines
389 B
PHP
16 lines
389 B
PHP
<?php
|
|
/**
|
|
* Compat classes (backward support for Gesior AAC)
|
|
*
|
|
* @package MyAAC
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
* @copyright 2022 MyAAC
|
|
* @link https://my-aac.org
|
|
*/
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
class Player extends OTS_Player {}
|
|
class Guild extends OTS_Guild {}
|
|
class GuildRank extends OTS_GuildRank {}
|
|
class House extends OTS_House {}
|