New Instance (Expression) — ClassySK
Addon: ClassySK · Category: Expression · Since: 1.0.0
Syntax
[a] new instance of <[A-Z]\w*>Description
Create a new instance of a class, you can optionally supply fields as a section
Examples
set {_myClass} to new instance of MyClassset {_myClass} to new instance of PlayerStats:
kills: 30
balance: 5000