コード例 #1
0
 public static void AddScore(int scoreValue)
 {
     chainTimer     = 0;
     score         += scoreValue * chainMultipliers[chain];
     scoreText.text = "" + score;
     ScoreShower.Show(scoreValue, chain, PlayerShip.playerPosition);
 }
コード例 #2
0
 void Start()
 {
     _instance = this;
 }