Example #1
0
        public void Execute()
        {
            firstEntity.CreateStarMario();
            int score = ScoreKeeper.Instance.IncreaseCustomScore(1000);

            SuperPixelBrosGame.Level.PlayerLevel.Instance.ScoreArray.Add(ScoreFactory.CreateScore(score, secondEntity.Location));
            SuperPixelBrosGame.Level.PlayerLevel.Instance.ItemArray.Remove(secondEntity);
        }
Example #2
0
 public void Execute()
 {
     firstEntity.CreateStarMario();
 }