7 lines
		
	
	
		
			118 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package kha.netsync;
 | |
| 
 | |
| @:autoBuild(kha.netsync.SyncBuilder.build())
 | |
| interface Sync {
 | |
| 	function _syncId(): Int;
 | |
| }
 |