RessourceFile Constructor |
View Project on GitHub
Initialization of a new color object.
Namespace: GW2CSharp.V2.Unauthenticated.FilesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic RessourceFile(
string id,
string icon
)
Parameters
- id
- Type: SystemString
The file identifier. - icon
- Type: SystemString
The URL to the image.
See Also