mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-10-30 19:12:57 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			422 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			422 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| ///<reference path="../../src/types/declaration/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);
 | |
| };
 |