mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			284 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			284 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef TRIALFACTIONARMORSERVER_
 | 
						|
#define TRIALFACTIONARMORSERVER_
 | 
						|
 | 
						|
#include "CppScripts.h"
 | 
						|
 | 
						|
class TrialFactionArmorServer : public CppScripts::Script {
 | 
						|
public:
 | 
						|
	void OnFactionTriggerItemEquipped(Entity* itemOwner, LWOOBJID itemObjId) override;
 | 
						|
};
 | 
						|
 | 
						|
#endif  //!TRIALFACTIONARMORSERVER_
 |