SerializeFieldの書き方は↓

[SerializeField] float speed = 10.0f;
[SerializeField] float multiple = 2.0f;
[SerializeField] int maxPower = 2;