32 lines
		
	
	
		
			434 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			434 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[
 | 
						|
  (
 | 
						|
    entity: 0,
 | 
						|
    components: [
 | 
						|
      {
 | 
						|
        "type": "ComponentB",
 | 
						|
        "map": {
 | 
						|
          "value": "hello",
 | 
						|
        },
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "ComponentA",
 | 
						|
        "map": {
 | 
						|
          "x": 1.0,
 | 
						|
          "y": 2.0,
 | 
						|
        },
 | 
						|
      },
 | 
						|
    ],
 | 
						|
  ),
 | 
						|
  (
 | 
						|
    entity: 1,
 | 
						|
    components: [
 | 
						|
      {
 | 
						|
        "type": "ComponentA",
 | 
						|
        "map": {
 | 
						|
          "x": 3.0,
 | 
						|
          "y": 4.0,
 | 
						|
        },
 | 
						|
      },
 | 
						|
    ],
 | 
						|
  ),
 | 
						|
] |