commonly commit

This commit is contained in:
Mattuy
2018-12-18 20:24:39 +08:00
parent 08dd282350
commit 8361b01894
4 changed files with 34 additions and 12 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ namespace Interact
//用户
public class User
{
public static User Me; //当前用户
public static User Me; //当前用户
public static Image DefaultPhoto; //默认头像
public string Name; //用户名
public string NickName; //昵称