Commit 668a243a authored by nanahira's avatar nanahira

fix

parent 21eb80fa
...@@ -32,10 +32,6 @@ public class LoginObject { ...@@ -32,10 +32,6 @@ public class LoginObject {
public class LoginRequest { public class LoginRequest {
public string account; public string account;
public string password; public string password;
public LoginRequest(string user, string pass) {
this.account = user;
this.password = pass;
}
} }
[Serializable] [Serializable]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment