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