Implement even more inventory/UI stuff
This commit is contained in:
@@ -3,10 +3,8 @@ using Godot;
|
||||
|
||||
public interface IHitbox : IArea3D
|
||||
{
|
||||
public int Damage { get; set; }
|
||||
}
|
||||
|
||||
public partial class Hitbox : Area3D, IHitbox
|
||||
{
|
||||
public int Damage { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user