How to use enums with _get_properties_list

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Hubber116sx

How would you replicate the following with _get_properties_list:

enum Stuff {A, B, C}
export(Stuff) var thing:int = 0