Class SummonerSpellOne
Inheritance
System.Object
SummonerSpellOne
Implements
System.IEquatable<SummonerSpellOne>
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: Oasys.Common.Logic.Helpers.GameData
Assembly: Oasys.Common.dll
Syntax
public class SummonerSpellOne : IEquatable<SummonerSpellOne>
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawDescription
Declaration
public string RawDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawDisplayName
Declaration
public string RawDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>