7 lines
118 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package kha.netsync;
@:autoBuild(kha.netsync.SyncBuilder.build())
interface Sync {
function _syncId(): Int;
}