Example #1
0
 private void Start()
 {
     _mr     = gameObject.GetComponent <MeshRenderer>();
     _wireer = Wireer.instance;
 }
Example #2
0
 private void Awake()
 {
     instance = this;
 }