khanat-opennel-code/code/web/app/app_achievements_admin/class/CSR_inter.php

9 lines
111 B
PHP
Raw Normal View History

2013-07-27 02:03:05 +00:00
<?php
interface CSR {
function grant($player);
function deny($player);
function getID();
}
?>