aboutsummaryrefslogtreecommitdiff
path: root/source/game/components/CameraFollow.cs
blob: d6ae2f777b69e152cff7572d1e4fa799fb15ce84 (plain)
1
2
3
4
5
namespace Celesteia.Game.Components {
    public class CameraFollow {
        public float Weight = 1f;
    }
}