More art assets and implemented names and jobs.
This commit is contained in:
10
data/jobs/job_data.gd
Normal file
10
data/jobs/job_data.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name JobData extends Resource
|
||||
|
||||
enum Type {
|
||||
CIVILIAN,
|
||||
ADVENTURER,
|
||||
EMPLOYEE,
|
||||
CRAFTER
|
||||
}
|
||||
@export var name : String
|
||||
@export var type : Type
|
||||
Reference in New Issue
Block a user