2025-01-22 16:18:30 +01:00

7 lines
118 B
Haxe

package kha.netsync;
@:autoBuild(kha.netsync.SyncBuilder.build())
interface Sync {
function _syncId(): Int;
}