summaryrefslogtreecommitdiff
path: root/scripts/entities/actors/PlayerDefinition.cs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/entities/actors/PlayerDefinition.cs')
-rw-r--r--scripts/entities/actors/PlayerDefinition.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/entities/actors/PlayerDefinition.cs b/scripts/entities/actors/PlayerDefinition.cs
new file mode 100644
index 0000000..aca07e1
--- /dev/null
+++ b/scripts/entities/actors/PlayerDefinition.cs
@@ -0,0 +1,8 @@
+using Godot;
+
+[GlobalClass]
+public partial class PlayerDefinition : ActorDefinition {
+ [ExportCategory("Player Mechanics")]
+ [Export]
+ public int InventoryCapacity = 0;
+} \ No newline at end of file