Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -1 +1,11 @@
|
||||
class_name RecipeSystem extends Node
|
||||
|
||||
enum Type {
|
||||
ASH_BAKED_SWEET_POTATO,
|
||||
}
|
||||
|
||||
|
||||
|
||||
func _init() -> void:
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user