mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
/**
|
|
* @class comment
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief comment 모듈의 high class
|
|
**/
|
|
|
|
class comment extends ModuleObject {
|
|
|
|
}
|
|
?>
|