1
0
forked from LeenkxTeam/LNXSDK

7 lines
161 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
// Same as IHostInterface, but not implemented in host
interface IClientHostInterface extends IHostInterface
{
public function whoAreYou() : String;
}