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