source: 2010/30/vematata/LuvunTulostus/Peli.cs @ 1297

Revision 1297, 200 bytes checked in by vematata, 13 years ago (diff)
Line 
1using System;
2using Jypeli;
3using Jypeli.Widgets;
4using Jypeli.Assets;
5
6public class Peli : Game
7{
8    protected override void Begin()
9    {
10        //TODO: Alusta peli tässä
11    }
12}
Note: See TracBrowser for help on using the repository browser.