Commit 114771e4 authored by nanahira's avatar nanahira

remove monobhv

parent b65e3c2a
......@@ -48,7 +48,7 @@ public class MatchObject : JSONObject {
public string password;
}
public class MyCardHelper : MonoBehaviour {
public class MyCardHelper {
string username = null;
int userid = -1;
public bool login(string name, string password, out string fail_reason) {
......
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