forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Sources/kha/netsync/Sync.hx
Normal file
6
Kha/Sources/kha/netsync/Sync.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package kha.netsync;
|
||||
|
||||
@:autoBuild(kha.netsync.SyncBuilder.build())
|
||||
interface Sync {
|
||||
function _syncId(): Int;
|
||||
}
|
Reference in New Issue
Block a user