Advertisement
Wolverine_X-Man

PhotoList.cs

Mar 3rd, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. using System.Collections.Generic;
  2.  
  3. [System.Serializable]
  4. public class PhotoList
  5. {
  6.     public List<Photo> Photos;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement