source: 2013/27/TeemuM/Game/Game/Game/Player.cs @ 4352

Revision 4352, 335 bytes checked in by jumakall, 10 years ago (diff)
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using Jypeli;
6using Jypeli.Assets;
7using Jypeli.Controls;
8using Jypeli.Effects;
9using Jypeli.Widgets;
10
11public class Player : PlatformCharacter
12{
13    public Player(double width, double height) : base(width, height)
14    {
15
16    }
17}
Note: See TracBrowser for help on using the repository browser.