コード例 #1
0
ファイル: VRWandControls.cs プロジェクト: huyle333/FunGraph
 private void DoTriggerPressed(object send, ControllerInteractionEventArgs e)
 {
     if (currentSpell == "Expelliarmus")
     {
         wand.InitializeExpelliarmus();
     }
 }