lvjincheng %!s(int64=3) %!d(string=hai) anos
pai
achega
5939690e80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));