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