Guest User

Untitled

a guest
Nov 16th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. using System;
  2.  
  3. [Serializable]
  4. public class DataModel
  5. {
  6.     public string source;
  7.     public string status;
  8.     public string set;
  9.     public string camp;
  10. }
  11.  
  12. [Serializable]
  13. public class CRoot
  14. {
  15.     public DataModel[] attribution;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment