Add inventory and pickup components with associated resources and presenters
This commit is contained in:
9
Code/Resources/InventoryComponentResource.cs
Normal file
9
Code/Resources/InventoryComponentResource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace CryptonymThunder.Code.Resources;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class InventoryComponentResource : Resource
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user