add new constructor for VmcExtOpt
This commit is contained in:
parent
75a85c2119
commit
eb0e4b8cef
|
@ -39,5 +39,10 @@ namespace godotVmcSharp
|
||||||
}
|
}
|
||||||
option = (string)m.Data[0].Value;
|
option = (string)m.Data[0].Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VmcExtOpt(string _option) : base(new godotOscSharp.Address("/VMC/Ext/Opt"))
|
||||||
|
{
|
||||||
|
option = _option;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user