source:
OniSplit/Level/Later/PhyType.cs
Last change on this file was 1114, checked in by , 5 years ago | |
---|---|
File size: 240 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | |
5 | namespace Oni.Level |
6 | { |
7 | internal enum PhyType |
8 | { |
9 | None0, |
10 | None1, |
11 | HasPhysics2, |
12 | IsAnimated3, |
13 | HasPhysics4 |
14 | } |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.