summaryrefslogtreecommitdiffstats
path: root/src/Entities/Compoments/Component.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/Compoments/Component.h')
-rw-r--r--src/Entities/Compoments/Component.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Entities/Compoments/Component.h b/src/Entities/Compoments/Component.h
index 24a13e62a..29fe8786f 100644
--- a/src/Entities/Compoments/Component.h
+++ b/src/Entities/Compoments/Component.h
@@ -28,7 +28,8 @@ public:
virtual void OnTakeDamage(TakeDamageInfo & a_TDI){}
virtual void OnRightClicked(){}
virtual void OnKilled(cEntity * a_Killer = NULL){}
- //virtual void OnDestroy(){}
+ // virtual void OnPickup(){}
+ // virtual void OnDestroy(){}
// Logic
virtual void OnAttackEntity(cEntity * a_Entity){}