GDTKRestoreSelectableOption.type
public Type type { get; set; }Description#
Type of this Selectable Option
Usage#
Example
using NullSave.GDTK.Stats;using System;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKRestoreSelectableOption target) { Type result = target.type; }
}