forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Sources/kha/netsync/Entity.hx
Normal file
11
Kha/Sources/kha/netsync/Entity.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package kha.netsync;
|
||||
|
||||
import haxe.io.Bytes;
|
||||
|
||||
@:autoBuild(kha.netsync.EntityBuilder.build())
|
||||
interface Entity {
|
||||
function _id(): Int;
|
||||
function _size(): Int;
|
||||
function _send(offset: Int, bytes: Bytes): Int;
|
||||
function _receive(offset: Int, bytes: Bytes): Int;
|
||||
}
|
Reference in New Issue
Block a user