source:
OniSplit/Akira/RoomBspNode.cs@
1193
Last change on this file since 1193 was 1114, checked in by , 5 years ago | |
---|---|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | namespace Oni.Akira |
2 | { | |
3 | internal class RoomBspNode : BspNode<RoomBspNode> | |
4 | { | |
5 | public RoomBspNode(Plane plane, RoomBspNode backChild, RoomBspNode frontChild) | |
6 | : base(plane, backChild, frontChild) | |
7 | { | |
8 | } | |
9 | } | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.