Advertisement
Nekroido

TSW Maps Splitter - FileModel.cs

Jul 7th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. using System.Collections.Generic;
  2.  
  3. namespace Map_Unpacker
  4. {
  5.     public class FileModel
  6.     {
  7.         public string Filename { get; set; }
  8.  
  9.         public List<byte> Bytes { get; set; }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement