Exemple #1
0
 public MainForm()
 {
     InitializeComponent();
     player = new Dinosaur(40, gameCanvas);
 }