Class FullRunes
Inheritance
System.Object
FullRunes
Implements
System.IEquatable<FullRunes>
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 FullRunes : IEquatable<FullRunes>
Properties
GeneralRunes
Declaration
public List<GeneralRune> GeneralRunes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeneralRune> |
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 |
StatRunes
Declaration
public List<StatRune> StatRunes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StatRune> |
Implements
System.IEquatable<T>