mirror of
https://github.com/FOSS-Supremacy/OpenLiberty.git
synced 2025-04-28 20:07:57 +03:00
9 lines
147 B
GDScript
9 lines
147 B
GDScript
class_name ItemPlacement
|
|
extends RefCounted
|
|
|
|
|
|
var id: int
|
|
var model_name: String
|
|
var position: Vector3
|
|
var scale: Vector3
|
|
var rotation: Quaternion
|