6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends Resource
|
|
class_name GameData
|
|
|
|
@export var currentTerrainData : TerrainData
|
|
|