Add attribute system with core stats and gameplay components
This commit is contained in:
7
GameCore/ECS/HitResult.cs
Normal file
7
GameCore/ECS/HitResult.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace GameCore.ECS;
|
||||
|
||||
public struct HitResult
|
||||
{
|
||||
public bool DidHit;
|
||||
public Entity HitEntity;
|
||||
}
|
||||
Reference in New Issue
Block a user