You are on page 1of 1

event Price {

val price : float


new(price : float) {
this.price = price
}
}

You might also like