一些新设定
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ namespace Interact
|
||||
//登录结果处理事件
|
||||
public static event LoginDoneHandler OnLoginDone;
|
||||
//获取用户列表结果处理事件
|
||||
private static event GetUserListDoneHandler OnGetUserListDone;
|
||||
public static event GetUserListDoneHandler OnGetUserListDone;
|
||||
|
||||
//当前连接状态
|
||||
public static ClientStatus Status
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ namespace Interact
|
||||
public class User
|
||||
{
|
||||
public static User Me; //当前用户
|
||||
|
||||
public static string Password;//用户的密码
|
||||
public string Name; //用户名
|
||||
public string NickName; //昵称
|
||||
public string Motto; //个性签名
|
||||
|
||||
Reference in New Issue
Block a user