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