예제 #1
0
 // Use this for initialization
 public CTTestInputPlayer()
 {
     _caseList = (CTTestInputTestCaseList)Resources.Load("TestCases");
     isPlaying = false;
 }
예제 #2
0
 // Use this for initialization
 public CTTestInputRecorder()
 {
     _testCase = new CTTestInputTestCase();
     _caseList = (CTTestInputTestCaseList)Resources.Load("TestCases");
 }