API/Autodoc/Files/RuStorePayQuantity.gd.md


Source code

# @brief Количество продукта.
class_name RuStorePayQuantity extends RuStorePayBaseValue

func _init(val: int):
    super(val)

Назад