source:
2013/27/TeemuM/Game/Game/Game/Player.cs
@
4352
Revision 4352, 335 bytes checked in by jumakall, 10 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using Jypeli; |
6 | using Jypeli.Assets; |
7 | using Jypeli.Controls; |
8 | using Jypeli.Effects; |
9 | using Jypeli.Widgets; |
10 | |
11 | public 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.