mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-12-02 02:30:19 -05:00
10 lines
118 B
PHP
10 lines
118 B
PHP
|
<?php
|
||
|
|
||
|
namespace Lazer\Classes;
|
||
|
|
||
|
include "Core/Relation.php";
|
||
|
|
||
|
class Relation extends Core_Relation {
|
||
|
|
||
|
}
|