source:
OniSplit/Level/Later/Level.cs@
1114
Last change on this file since 1114 was 1114, checked in by , 5 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | |
5 | namespace Oni.Level |
6 | { |
7 | internal class Level |
8 | { |
9 | public string Name; |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.