コード例 #1
0
ファイル: EntryData.cs プロジェクト: gtlittlewing/FFTPatcher
 public Event Copy()
 {
     return(new Event(Index, Name, CopyableEntry.CopyList <Command>(CommandList), DataSection.Copy(), TextSection.Copy(), OriginalTextSection.Copy(), new List <byte>(OriginalBytes)));
 }