summaryrefslogtreecommitdiff
path: root/source/game/components/player/LocalPlayer.cs
blob: 4780ec1c5dbf5099e6b988f52661b7a0c9b686f1 (plain)
1
2
3
4
5
namespace Celesteia.Game.Components.Player {
    public class LocalPlayer {
        public float JumpRemaining = .5f;
    }
}