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