Advertisement
Wolverine_X-Man

Photo.cs

Mar 3rd, 2021
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. [System.Serializable]
  2. public class Photo
  3. {
  4.     public string ImageID;
  5.     public string ImageName;
  6.     public string ImageURL;
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement