1 2 3 4 5
namespace Celesteia.Game.Components { public class CameraFollow { public float Weight = 1f; } }