Add event publishing for inventory and combat interactions
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using GameCore.Math;
|
||||
|
||||
namespace GameCore.ECS;
|
||||
|
||||
public struct HitResult
|
||||
{
|
||||
public bool DidHit;
|
||||
public Entity HitEntity;
|
||||
public Entity? HitEntity;
|
||||
public Vector3 Position;
|
||||
public Vector3 Normal;
|
||||
}
|
||||
Reference in New Issue
Block a user