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

9 lines
111 B
PHP
Raw Normal View History

2013-06-17 14:03:24 +00:00
<?php
interface CSR {
function grant($player);
function deny($player);
function getID();
}
?>