mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-08 16:29:00 +00:00
11 lines
No EOL
151 B
PHP
11 lines
No EOL
151 B
PHP
<?php
|
|
interface Tieable {
|
|
function isTiedCult();
|
|
|
|
function isTiedCiv();
|
|
|
|
function getCurrentCiv();
|
|
|
|
function getCurrentCult();
|
|
}
|
|
?>
|