mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-03-01 01:11:15 +00:00
10 lines
108 B
PHP
10 lines
108 B
PHP
<?php
|
|
#parse("PHP File Header.php")
|
|
|
|
#if (${NAMESPACE})
|
|
namespace ${NAMESPACE};
|
|
#end
|
|
|
|
interface ${NAME} {
|
|
|
|
} |