remove constructor annotations

This commit is contained in:
2022-12-17 17:47:42 +00:00
parent 408218ea32
commit deb3da15ea
6 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
class MacroButton {
[int32]$index
# Constructor
MacroButton ([int]$index) {
$this.index = $index
}