Esempio n. 1
0
 private void Start()
 {
     // テスト用
     BouncePower = 4f;
     detector    = GetComponent <IGroundDetector2D>();
 }
Esempio n. 2
0
 private void Start()
 {
     calculator = new GravityCalculator2D();
     detector   = GetComponent <IGroundDetector2D>();
 }