class_name JobData extends Resource
enum Type {
CIVILIAN,
ADVENTURER,
EMPLOYEE,
CRAFTER
}
@export var name : String
@export var type : Type
var test