feat: Implement a skill pickup system with a new collectable type, event handling, and dedicated pickup objects.
This commit is contained in:
@@ -5,4 +5,5 @@ public enum CollectableType
|
||||
Coin,
|
||||
Kid,
|
||||
Health,
|
||||
Skill,
|
||||
}
|
||||
Reference in New Issue
Block a user