Ejemplo n.º 1
0
 void Start()
 {
     rb2d     = rb2d ?? go.GetComponent <Rigidbody2D>();
     instance = instance ?? this;
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     instance = instance ?? this;
 }