Class Runes
Inheritance
System.Object
Runes
Implements
System.IEquatable<Runes>
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 Runes : IEquatable<Runes>
Properties
Keystone
Declaration
public Keystone Keystone { get; set; }
Property Value
Type | Description |
---|---|
Keystone |
PrimaryRuneTree
Declaration
public PrimaryRuneTree PrimaryRuneTree { get; set; }
Property Value
Type | Description |
---|---|
PrimaryRuneTree |
SecondaryRuneTree
Declaration
public SecondaryRuneTree SecondaryRuneTree { get; set; }
Property Value
Type | Description |
---|---|
SecondaryRuneTree |
Implements
System.IEquatable<T>