コード例 #1
0
 void Start()
 {
     aabb = GetComponent <AABB>(); // Gets a reference to the AABB class for access to the aabb collision detector
     Zone.main.powerups.Add(aabb);
 }