tcg/card/card.gd

7 lines
103 B
GDScript3
Raw Normal View History

2025-01-24 22:08:25 +07:00
extends Resource
class_name Card
var id: String:
get:
return resource_path.rsplit(".", true, 1)[0]