コード例 #1
0
ファイル: InputHelper.cs プロジェクト: kylinzlkz/RPGTest
 public static VirtualButton ButtonReference(string name)
 {
     return(activeInput.ButtonReference(name));
 }