private void Awake() { if (Instance != null) { Destroy(this); } else { Instance = this; } enumLength = Trait.GetNames(typeof(Trait)).Length; PopulateCards(); }