netfishing/fish/fish_pool.gd

7 lines
144 B
GDScript3
Raw Normal View History

class_name FishPool
extends Resource
const FishDataType = preload("res://fish/fish_data.gd")
@export var candidates: Array[FishDataType] = []