mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-07 15:59:02 +00:00
ec524af567
--HG-- branch : gsoc2012-achievements
9 lines
No EOL
111 B
PHP
9 lines
No EOL
111 B
PHP
<?php
|
|
interface CSR {
|
|
function grant($player);
|
|
|
|
function deny($player);
|
|
|
|
function getID();
|
|
}
|
|
?>
|