lvjincheng 3 tahun lalu
induk
melakukan
5939690e80
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Assets/BowArrow/Scripts/Network/UserPlayer.cs

+ 1 - 1
Assets/BowArrow/Scripts/Network/UserPlayer.cs

@@ -106,7 +106,7 @@ public class UserPlayer : JCEntity
                     }
                 }
                 if (SceneManager.GetActiveScene().name.Equals("Home")) {
-                    var eOnAgree = () => {
+                    System.Action eOnAgree = () => {
                         GPSTool.GetAddress((address) => {
                             if (address != null) {
                                 Debug.Log("登陆时获取地理位置成功:" + string.Join(" ", address));