create new cconstructor for VmcExtSetConfig
This commit is contained in:
parent
c40c684807
commit
4d738ff511
|
@ -39,5 +39,10 @@ namespace godotVmcSharp
|
||||||
}
|
}
|
||||||
path = (string)m.Data[0].Value;
|
path = (string)m.Data[0].Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VmcExtSetConfig(string _path) : base(new godotOscSharp.Address("/VMC/Ext/Set/Config"))
|
||||||
|
{
|
||||||
|
path = _path;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user