示例#1
0
 public SDialogueEvent(SDataTable_Dialogue pDialogueData)
 {
     this.str배우 = pDialogueData.str배우;
     this.str대사 = pDialogueData.str대사;
     this.str표정 = pDialogueData.str표정;
 }
示例#2
0
 public int CompareTo(SDataTable_Dialogue other)
 {
     return(i대사순서.CompareTo(other.i대사순서));
 }