forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
class ClientIHostImpl implements IHostInterface
|
||||
{
|
||||
public function new() { }
|
||||
|
||||
public function hostImplOnly(i:Int, s:String, f:Float) : String return "client";
|
||||
public function whoStartedYou() : String return "client";
|
||||
public function whoOverridesYou() : String return "client";
|
||||
}
|
Reference in New Issue
Block a user