Refactoring: Changed HealthPickupSystem to use a struct instead. Removed the Id in EPickupSpawned

This commit is contained in:
verysecrethero
2016-02-05 18:05:46 +01:00
parent be628d9406
commit 4103c878ec
5 changed files with 71 additions and 17 deletions
-1
View File
@@ -9,7 +9,6 @@ namespace Events
struct PickupSpawned : Event
{
EntityID PickupID;
EntityWrapper Pickup;
};