|
|
@ -17,7 +17,8 @@ |
|
|
|
* You should have received a copy of the GNU General Public License |
|
|
|
* You should have received a copy of the GNU General Public License |
|
|
|
* along with Acedia. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
* along with Acedia. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class EPlaceable extends EInterface; |
|
|
|
class EPlaceable extends EInterface |
|
|
|
|
|
|
|
abstract; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns position of the caller `EPlaceable` |
|
|
|
* Returns position of the caller `EPlaceable` |
|
|
|