コード例 #1
0
ファイル: BotBInput.cs プロジェクト: JoeReeseVT/BotB
 public PlayerActions(@BotBInput wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #2
0
ファイル: BotBInput.cs プロジェクト: JoeReeseVT/BotB
 public UIActions(@BotBInput wrapper)
 {
     m_Wrapper = wrapper;
 }