mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 07:02:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			410 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			410 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
///<reference path="../../src/types/core.d.ts" />
 | 
						|
 | 
						|
'use strict';
 | 
						|
 | 
						|
function data() {
 | 
						|
    this._init();
 | 
						|
}
 | 
						|
 | 
						|
data.prototype._init = function () {
 | 
						|
    this.firstData = data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d.firstData;
 | 
						|
    this.values = data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d.values;
 | 
						|
    this.flags = data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d.flags;
 | 
						|
    //delete(data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d);
 | 
						|
};
 |