mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
remove constructor annotations
This commit is contained in:
@@ -29,7 +29,6 @@ class IVban {
|
||||
}
|
||||
|
||||
class Vban : IVban {
|
||||
# Constructor
|
||||
Vban ([int]$index, [string]$direction) : base ($index, $direction) {
|
||||
}
|
||||
|
||||
@@ -174,14 +173,12 @@ class Vban : IVban {
|
||||
|
||||
|
||||
class VbanInstream : Vban {
|
||||
# Constructor
|
||||
VbanInstream ([int]$index, [string]$direction) : base ($index, $direction) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class VbanOutstream : Vban {
|
||||
# Constructor
|
||||
VbanOutstream ([int]$index, [string]$direction) : base ($index, $direction) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user