Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- [Serializable]
- public class DataModel
- {
- public string source;
- public string status;
- public string set;
- public string camp;
- }
- [Serializable]
- public class CRoot
- {
- public DataModel[] attribution;
- }
Advertisement
Add Comment
Please, Sign In to add comment