qa report v2

This commit is contained in:
2026-09-06 21:36:26 +05:30
parent 78592e8d8e
commit 5ac8f92006
37 changed files with 507 additions and 223 deletions
+6
View File
@@ -51,6 +51,12 @@ public class CupidLobby : MonoBehaviour
}
public static CupidLobby instance;
public static void ClearUsername()
{
m_username = "";
}
void Awake(){
instance=this;
}