source:
OniSplit/Dae/NodeInstance.cs@
1185
Last change on this file since 1185 was 1114, checked in by , 5 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | namespace Oni.Dae |
2 | { | |
3 | internal class NodeInstance : Instance<Node> | |
4 | { | |
5 | public NodeInstance() | |
6 | { | |
7 | } | |
8 | ||
9 | public NodeInstance(Node node) | |
10 | : base(node) | |
11 | { | |
12 | } | |
13 | } | |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.