mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-08 00:53:30 +00:00
remove constructor annotations
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class MacroButton {
|
||||
[int32]$index
|
||||
|
||||
# Constructor
|
||||
MacroButton ([int]$index) {
|
||||
$this.index = $index
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user