forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Sources/kha/netsync/Client.hx
Normal file
10
Kha/Sources/kha/netsync/Client.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package kha.netsync;
|
||||
|
||||
import haxe.io.Bytes;
|
||||
|
||||
interface Client {
|
||||
var id(get, null): Int;
|
||||
function send(bytes: Bytes, mandatory: Bool): Void;
|
||||
function receive(receiver: Bytes->Void): Void;
|
||||
function onClose(close: Void->Void): Void;
|
||||
}
|
Reference in New Issue
Block a user