commonly commit

This commit is contained in:
2018-12-18 20:24:39 +08:00
parent 51e8622c1c
commit 7c3873c5b5
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; //昵称