CommonLibSSE (powerof3)
BSTAnimationGraphDataChannel.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  template <class T, class Val, template <class T, class Val> 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