void RealmSwap() { if (realmSwap) { rM.ColorLerp(gameObject, startColor, endColor); } else { rM.ColorLerp(gameObject, startColor, endColor); } }