void Start() { sc = new socketController(); rc = new rootController(); errorTxt.text = wsData.error; }
void Start() { rc = new rootController(); sc = new socketController(); }
void Constructor() { rc = new rootController(); sc = new socketController(); }
void Init() { sc = new socketController(); rc = new rootController(); }
public socketController() { rc = new rootController(); }