mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			312 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			312 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef NTNAOMIBREADCRUMBSERVER_H
 | |
| #define NTNAOMIBREADCRUMBSERVER_H
 | |
| 
 | |
| #include "CppScripts.h"
 | |
| 
 | |
| class NtNaomiBreadcrumbServer : public CppScripts::Script {
 | |
| public:
 | |
| 	void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, eMissionState missionState) override;
 | |
| };
 | |
| 
 | |
| #endif  //!NTNAOMIBREADCRUMBSERVER_H
 | 
