mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <SWA.inl>
 | |
| #include "SWA/System/MatrixNodeTransform.h"
 | |
| 
 | |
| namespace SWA::Boss::EggDragoon::DrillMissile
 | |
| {
 | |
|     class CMissile
 | |
|     {
 | |
|     public:
 | |
|         SWA_INSERT_PADDING(0xC4);
 | |
|         xpointer<CMatrixNodeTransform> m_pMatrixNodeTransform;
 | |
|         SWA_INSERT_PADDING(0x68);
 | |
|         be<float> m_Speed;
 | |
|     };
 | |
| }
 | 
