mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
13 lines
187 B
PHP
13 lines
187 B
PHP
<?php
|
|
/**
|
|
* @class Plugin
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief addon을 호출하여 실행
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class Plugin extends Object {
|
|
|
|
}
|
|
|
|
?>
|