source:
2011/23/sijoseha/Fera Proelia/Fera Proelia/Fera Proelia/HUD.cs
@
2118
Revision 2118, 296 bytes checked in by sijoseha, 10 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using Microsoft.Xna.Framework; |
4 | using Microsoft.Xna.Framework.Graphics; |
5 | |
6 | namespace Fera_Proelia |
7 | { |
8 | public class HUD : DrawableGameComponent |
9 | { |
10 | public HUD(Game game) |
11 | : base(game) |
12 | { |
13 | |
14 | } |
15 | } |
16 | } |
Note: See TracBrowser
for help on using the repository browser.