コード例 #1
0
ファイル: NpcObject.cs プロジェクト: tuita520/GTARPG
 public ResponseCondition(ResponseReq type, int param)
 {
     Type     = type;
     IntParam = param;
 }
コード例 #2
0
ファイル: NpcObject.cs プロジェクト: jonnelfernandez/GTARPG
 public ResponseCondition(ResponseReq type, int param)
 {
     Type = type;
     IntParam = param;
 }
コード例 #3
0
ファイル: NpcObject.cs プロジェクト: tuita520/GTARPG
 public ResponseCondition(ResponseReq type, string param)
 {
     Type        = type;
     StringParam = param;
 }
コード例 #4
0
ファイル: NpcObject.cs プロジェクト: jonnelfernandez/GTARPG
 public ResponseCondition(ResponseReq type, string param)
 {
     Type = type;
     StringParam = param;
 }