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