source:
2012/27/DenisZ/TheDungeonGame/TheDungeonGame/TheDungeonGame/TestRoom.cs
@
3462
Revision 3462, 269 bytes checked in by dezhidki, 11 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using Rooms; |
6 | using Jypeli; |
7 | |
8 | namespace TheDungeonGame |
9 | { |
10 | class TestRoom : Room |
11 | { |
12 | public override void initRoom() |
13 | { |
14 | |
15 | } |
16 | } |
17 | |
18 | |
19 | } |
Note: See TracBrowser
for help on using the repository browser.