/// <summary>Checks if the symbol has been defined manually.</summary> public void Update() { Active = Symbols.IsSymbolDefined(DefinesSymbol); }