mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
18 lines
288 B
PHP
18 lines
288 B
PHP
<?php
|
|
/**
|
|
* @class AddOn
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief addon을 호출하여 실행
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class AddOn extends Object {
|
|
|
|
/**
|
|
* @brief constructor
|
|
**/
|
|
function AddOn($addon_name) {
|
|
}
|
|
}
|
|
|
|
?>
|