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

9 lines
111 B
PHP
Raw Normal View History

2013-11-13 19:31:08 +00:00
<?php
interface CSR {
function grant($player);
function deny($player);
function getID();
}
?>