Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- extends Resource
- class_name Item
- @export var icon: Texture2D
- @export var name : String
- @export_enum("Weapon", "Consumable", "Armor")
- var type = "Weapon"
- @export_multiline var description: String
Advertisement
Add Comment
Please, Sign In to add comment