tcg/card/card.gd

6 lines
103 B
GDScript

extends Resource
class_name Card
var id: String:
get:
return resource_path.rsplit(".", true, 1)[0]