Guest User

Untitled

a guest
Feb 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace ProfileLoader
  7. {
  8.     class mcProfile
  9.     {
  10.         public string Path
  11.         {
  12.             get;
  13.             set;
  14.         }
  15.  
  16.         public string Name
  17.         {
  18.             get;
  19.             set;
  20.         }
  21.     }
  22. }
Add Comment
Please, Sign In to add comment