On this pagePlayerCharacterStats.colorpublic Color color { get; set; }CopyDescription#Color associated with this objectUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(PlayerCharacterStats target) { Color result = target.color; } }Copy