I haven’t used lists that much in Godot C#, but using Godot’s types will make it MUCH easier down the road if you need to work with GDScript code or other Godot-specific functionality.
I think you can use Godot.Collections.Array
for a list but I’m not totally positive right off.