7 lines
161 B
Haxe
7 lines
161 B
Haxe
// Same as IHostInterface, but not implemented in host
|
|
interface IClientHostInterface extends IHostInterface
|
|
{
|
|
public function whoAreYou() : String;
|
|
}
|
|
|