1 2 3 4 5
namespace Celesteia.Game.Components.Player { public class LocalPlayer { public float JumpRemaining = .5f; } }