using Godot;
using System;
namespace SupaLidlGame.Characters
{
public partial class Player : Character
public override void _Ready()
}