コード例 #1
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
 }
コード例 #2
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
     _timer = Time.realtimeSinceStartup;
 }