コード例 #1
0
ファイル: VSInput.cs プロジェクト: damian-666/ReignSDK
 public VSInput(VSInputTypes type, int index)
 {
     this.Type  = type;
     this.Index = index;
 }
コード例 #2
0
ファイル: VSInput.cs プロジェクト: reignstudios/ReignSDK
 public VSInput(VSInputTypes type, int index)
 {
     this.Type = type;
     this.Index = index;
 }