Refactoring: Changed HealthPickupSystem to use a struct instead. Removed the Id in EPickupSpawned
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Events
|
||||
|
||||
struct PickupSpawned : Event
|
||||
{
|
||||
EntityID PickupID;
|
||||
EntityWrapper Pickup;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user