Hey, I'm trying to figure out how to set a variable to an empty class type. For example, if this is not an error:
the code:
var PlayerEquipped = class()
Or make a variable that I can change in the future. Therefore, in principle, I can create a global variable like this with the class assigned to it without any problems.
the code:
var PlayerEquipped = House()
class House {
init() {
}
}
class House2 {
init() {
}
}
, "var" , "SelectClass" . , "Hello" in-side, "GoddBye", . "SelectedClass" , . : " saintsRB saintsLB '
:
var PlayerEquipped = House()
PlayerEquipped = House2()
