mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-08 00:53:30 +00:00
upd rew.
add quick.ps1 to gitignore run formatter on files
This commit is contained in:
@@ -2,8 +2,7 @@ class MacroButton {
|
||||
[int32]$id
|
||||
|
||||
# Constructor
|
||||
MacroButton ([Int]$id)
|
||||
{
|
||||
MacroButton ([Int]$id) {
|
||||
$this.id = $id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user