初次提交
This commit is contained in:
11
Script/Item/ItemResource.cs
Normal file
11
Script/Item/ItemResource.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class ItemResource : Resource
|
||||
{
|
||||
[Export] public string ItemName{ get; private set; }
|
||||
[Export] public string Description{ get; private set; }
|
||||
[Export] public Texture2D Icon{ get; private set; }
|
||||
[Export] public bool Stackable{ get; private set; }
|
||||
}
|
Reference in New Issue
Block a user