I’m triyng to create class and create variable of this class. I don’t know why I recieved this error.
I have this code:
hi<public> := class():
New<public> : int = 0
By<public> : string = ""
MyHi := Material.hi{New := 0, By := ""}
I recieved this error: Data definitions at class scope must specify their value domain.