source:
OniSplit/Objects/GunkObjectClass.cs@
1143
Last change on this file since 1143 was 1114, checked in by , 5 years ago | |
---|---|
File size: 234 bytes |
Line | |
---|---|
1 | using System; |
2 | using Oni.Physics; |
3 | |
4 | namespace Oni.Objects |
5 | { |
6 | internal abstract class GunkObjectClass : ObjectClass |
7 | { |
8 | public abstract ObjectGeometry[] GunkNodes |
9 | { |
10 | get; |
11 | } |
12 | } |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.