示例#1
0
 void Start()
 {
     fizik = GetComponent <Rigidbody2D>();
     //bu satıra iyi çalış
     oyun = oyun.GetComponent <oyun>();
 }
示例#2
0
 void Start()
 {
     oyun = oyun.GetComponent <oyun>();
 }