mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 12:41:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			262 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			262 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| #include "CppScripts.h"
 | |
| 
 | |
| class WildAmbientCrab final : public CppScripts::Script {
 | |
| public:
 | |
| 	void OnStartup(Entity* self) override;
 | |
| 	void OnTimerDone(Entity* self, std::string timerName) override;
 | |
| 	void OnUse(Entity* self, Entity* user) override;
 | |
| };
 | 
