Class CensoredImage
Inheritance
System.Object
CensoredImage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class CensoredImage : IMetaClass
Properties
| Improve this Doc View SourceImage
Declaration
public string Image { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UncensoredImages
Declaration
public Dictionary<MetaHash, string> UncensoredImages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, System.String> |