MonoBehaviourにコンストラクタはない

Startのコンストラクタなら
public class Start{
public Start(){//constractor}
}
こうなるw

void Start()じゃない