mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-03 18:39:19 +00:00 
			
		
		
		
	fix typo, queyr -> query
This commit is contained in:
		
							parent
							
								
									740647104b
								
							
						
					
					
						commit
						077030738a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ type Observer = {
 | 
			
		|||
 | 
			
		||||
type Monitor = {
 | 
			
		||||
	callback: (jecs.Entity, jecs.Entity) -> (),
 | 
			
		||||
	queyr: jecs.Query<any>
 | 
			
		||||
	query: jecs.Query<any>
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export type PatchedWorld = jecs.World & {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue