khanat-opennel-code/code/web/public_php/app/app_achievements_admin/class/CSR_inter.php
2014-08-19 01:57:20 +02:00

9 lines
No EOL
111 B
PHP

<?php
interface CSR {
function grant($player);
function deny($player);
function getID();
}
?>