refactor: route core definitions through content catalog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class_name ItemDefinition
|
||||
extends Resource
|
||||
|
||||
const CATEGORY_RESOURCE := &"resource"
|
||||
const CATEGORY_RESOURCE := SimulationIds.ITEM_CATEGORY_RESOURCE
|
||||
const CATEGORY_WEAPON := SimulationIds.ITEM_CATEGORY_WEAPON
|
||||
const VALID_CATEGORIES := [CATEGORY_RESOURCE, CATEGORY_WEAPON]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user