source:
2010/23/tajomyll/LuoPallo aliohjelma/Peli.cs
@
538
Revision 538, 271 bytes checked in by tajomyll, 11 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using Jypeli; |
3 | using Jypeli.ScreenObjects; |
4 | using Jypeli.Assets; |
5 | |
6 | namespace LuoPallo_aliohjelma |
7 | { |
8 | public class Peli : Game |
9 | { |
10 | protected override void Begin() |
11 | { |
12 | //TODO: Alusta peli tässä |
13 | } |
14 | } |
15 | } |
Note: See TracBrowser
for help on using the repository browser.