netfishing/fish/fish_data.gd

12 lines
272 B
GDScript3
Raw Normal View History

2026-07-25 11:05:37 -04:00
class_name FishData
extends Resource
const CatchDifficultyProfileType = preload(
"res://fishing/catch_difficulty_profile.gd"
)
2026-07-25 11:05:37 -04:00
@export var id: StringName
@export var display_name: String
@export var icon: Texture2D
@export var catch_profile: CatchDifficultyProfileType