using Godot; using System; using System.Collections.Generic; public partial class Player : Node { public List _sharks; public List _sharkHuds; public override void _Ready() { } }