Class MetaXmlResourceInterpreter
Inheritance
MetaXmlResourceInterpreter
Assembly: SlipeServer.Server.dll
public class MetaXmlResourceInterpreter : IResourceInterpreter
Properties
|
Edit this page
View Source
Declaration
public bool IsFallback { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool TryInterpretResource(MtaServer mtaServer, RootElement rootElement, string name, string path, IResourceProvider resourceProvider, out Resource? resource)
Parameters
Returns
Implements