API/Autodoc/Files/RuStorePayQuantity.gd.en.md


Source code

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

func _init(val: int):
    super(val)
Назад