CommonLibSSE NG
Loading...
Searching...
No Matches
BSTAnimationGraphDataChannel.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 template <class T, class Val, template <class U, class UVal> class Channel>
9 public BSAnimationGraphChannel, // 00
10 public Channel<T, Val> // 20
11 {
12 public:
13 };
14}
Definition BSAnimationGraphChannel.h:9
Definition BSTAnimationGraphDataChannel.h:11
Definition AbsorbEffect.h:6