Skip to content

Instantly share code, notes, and snippets.

@kavyak28
Created January 20, 2021 06:39
Show Gist options
  • Save kavyak28/db80cdb0d7eb146f3fd7f52dbc682bf2 to your computer and use it in GitHub Desktop.
Save kavyak28/db80cdb0d7eb146f3fd7f52dbc682bf2 to your computer and use it in GitHub Desktop.
Bug #34_P1 - Null reference Exception is found
Coins 21425 : => member name: .ctor : => source line number: 351
01-20 12:06:20.453 15243 15268 I Unity :
01-20 12:06:20.453 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:20.453 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:20.453 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:20.453 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:20.453 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:20.453 15243 15268 I Unity : PlayerProfileCC:.ctor(String, String, Int32, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:351)
01-20 12:06:20.453 15243 15268 I Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 12:06:20.453 15243 15268 I Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 12:06:20.453 15243 15268 I Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:198)
01-20 12:06:20.453 15243 15268 I Unity : Photon
01-20 12:06:20.457 15243 15268 I Unity :
01-20 12:06:20.457 15243 15268 I Unity :
01-20 12:06:20.457 15243 15268 I Unity : PlayerProfile created <b>Name</b>: Swath
01-20 12:06:20.457 15243 15268 I Unity : <b>PlayFabID</b>: 1975A301E6A3E936
01-20 12:06:20.457 15243 15268 I Unity : <b>AvatarID</b>: 14
01-20 12:06:20.457 15243 15268 I Unity : <b>TotalCoins</b>: 21425
01-20 12:06:20.457 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:06:20.457 15243 15268 I Unity : : => member name: .cctor : => source line number: 45
01-20 12:06:20.457 15243 15268 I Unity :
01-20 12:06:20.457 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:20.457 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:20.457 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:20.457 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:20.457 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:20.457 15243 15268 I Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:45)
01-20 12:06:20.457 15243 15268 I Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:198)
01-20 12:06:20.457 15243 15268 I Unity : PhotonManager:Awake() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:145)
01-20 12:06:20.457 15243 15268 I Unity :
01-20 12:06:20.457 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:20.457 15243 15268 I Unity :
01-20 12:06:20.818 15243 15268 I Unity : Can't change CrcCheckEnabled while being connected. CrcCheckEnabled stays False
01-20 12:06:20.818 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:20.818 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:20.818 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:20.818 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:20.818 15243 15268 I Unity : Photon.Pun.PhotonNetwork:set_CrcCheckEnabled(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonUnityNetworking\Code\PhotonNetwork.cs:913)
01-20 12:06:20.818 15243 15268 I Unity : PhotonManager:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:157)
01-20 12:06:20.818 15243 15268 I Unity :
01-20 12:06:20.818 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:20.818 15243 15268 I Unity :
01-20 12:06:20.903 15243 15268 I Unity :
01-20 12:06:20.903 15243 15268 I Unity :
01-20 12:06:20.903 15243 15268 I Unity : Notification Set 1.00:00:00 : => member name: SetAndroidLocalNotificationWithReward : => source line number: 148
01-20 12:06:20.903 15243 15268 I Unity :
01-20 12:06:20.903 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:20.903 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:20.903 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:20.903 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:20.903 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:20.903 15243 15268 I Unity : LocalNotificationHandler:SetAndroidLocalNotificationWithReward() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\LocalNotificationHandler.cs:148)
01-20 12:06:20.903 15243 15268 I Unity : LocalNotificationHandler:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\LocalNotificationHandler.cs:68)
01-20 12:06:20.903 15243 15268 I Unity :
01-20 12:06:20.903 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:20.903 15243 15268 I Unity :
01-20 12:06:21.585 15243 15268 D Unity : System memory in use before: 46.3 MB.
01-20 12:06:21.648 15243 15268 D Unity : System memory in use after: 42.5 MB.
01-20 12:06:21.648 15243 15268 D Unity :
01-20 12:06:21.648 15243 15268 D Unity : Unloading 336 unused Assets to reduce memory usage. Loaded Objects now: 6578.
01-20 12:06:21.648 15243 15268 D Unity : Total: 63.018814 ms (FindLiveObjects: 1.567462 ms CreateObjectMapping: 0.566808 ms MarkObjects: 56.906006 ms DeleteObjects: 3.971423 ms)
01-20 12:06:21.648 15243 15268 D Unity :
01-20 12:06:22.142 15243 15268 I Unity :
01-20 12:06:22.142 15243 15268 I Unity :
01-20 12:06:22.142 15243 15268 I Unity : CloseSplashScreen : => member name: CloseSplashScreen : => source line number: 432
01-20 12:06:22.142 15243 15268 I Unity :
01-20 12:06:22.142 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:22.142 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:22.142 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:22.142 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:22.142 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:22.142 15243 15268 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:432)
01-20 12:06:22.142 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:22.142 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:22.142 15243 15268 I Unity :
01-20 12:06:22.142 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:22.142 15243 15268 I Unity :
01-20 12:06:22.145 15243 15268 I Unity :
01-20 12:06:22.145 15243 15268 I Unity :
01-20 12:06:22.145 15243 15268 I Unity : PlayerPreference.isLoggedIn True : => member name: CloseSplashScreen : => source line number: 441
01-20 12:06:22.145 15243 15268 I Unity :
01-20 12:06:22.145 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:22.145 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:22.145 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:22.145 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:22.145 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:22.145 15243 15268 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:441)
01-20 12:06:22.145 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:22.145 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:22.145 15243 15268 I Unity :
01-20 12:06:22.145 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:22.145 15243 15268 I Unity :
01-20 12:06:22.155 15243 15268 I Unity :
01-20 12:06:22.155 15243 15268 I Unity :
01-20 12:06:22.155 15243 15268 I Unity : LoginAsGuest : => member name: LoginAsGuest : => source line number: 673
01-20 12:06:22.155 15243 15268 I Unity :
01-20 12:06:22.155 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:22.155 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:22.155 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:22.155 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:22.155 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:22.155 15243 15268 I Unity : IjsUiFramework.PlayFabManager:LoginAsGuest() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:673)
01-20 12:06:22.155 15243 15268 I Unity : IjsUiFramework.PlayFabManager:Login(LoginType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:173)
01-20 12:06:22.155 15243 15268 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:450)
01-20 12:06:22.155 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:22.155 15243 15268 I Unity : UnityEngine.Setup
01-20 12:06:23.483 15243 15268 I Unity :
01-20 12:06:23.483 15243 15268 I Unity :
01-20 12:06:23.483 15243 15268 I Unity : PhotonManager : OnConnectedToPhoton True IsConnectedAndReady True : => member name: OnConnectedToMaster : => source line number: 213
01-20 12:06:23.483 15243 15268 I Unity :
01-20 12:06:23.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.483 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.483 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.483 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.483 15243 15268 I Unity : PhotonManager:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:213)
01-20 12:06:23.483 15243 15268 I Unity : Photon.Realtime.ConnectionCallbacksContainer:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3867)
01-20 12:06:23.483 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:2549)
01-20 12:06:23.483 15243 15268 I Unity : ExitGames.Clien
01-20 12:06:23.487 15243 15268 I Unity :
01-20 12:06:23.487 15243 15268 I Unity :
01-20 12:06:23.487 15243 15268 I Unity : Name: Swath playfabId: 1975A301E6A3E936
01-20 12:06:23.487 15243 15268 I Unity : profile <b>Name</b>: Swath
01-20 12:06:23.487 15243 15268 I Unity : <b>PlayFabID</b>: 1975A301E6A3E936
01-20 12:06:23.487 15243 15268 I Unity : <b>AvatarID</b>: 14
01-20 12:06:23.487 15243 15268 I Unity : <b>TotalCoins</b>: 21425
01-20 12:06:23.487 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:06:23.487 15243 15268 I Unity : : => member name: OnConnectedToMaster : => source line number: 216
01-20 12:06:23.487 15243 15268 I Unity :
01-20 12:06:23.487 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.487 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.487 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.487 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.487 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.487 15243 15268 I Unity : PhotonManager:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:216)
01-20 12:06:23.487 15243 15268 I Unity : Photon.Realtime.ConnectionCallbacksContainer:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3867)
01-20 12:06:23.487 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse) (at D:\UnityProjects\Monop
01-20 12:06:23.812 15243 15268 I Unity :
01-20 12:06:23.812 15243 15268 I Unity :
01-20 12:06:23.812 15243 15268 I Unity : Got PlayFabID: 1975A301E6A3E936 Name Swath playfab name Sundar : => member name: LoginAsGuest : => source line number: 702
01-20 12:06:23.812 15243 15268 I Unity :
01-20 12:06:23.812 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.812 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.812 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.812 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.812 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.812 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:702)
01-20 12:06:23.812 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.812 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHt
01-20 12:06:23.820 15243 15268 I Unity :
01-20 12:06:23.820 15243 15268 I Unity :
01-20 12:06:23.820 15243 15268 I Unity : OnLoginEvent : True LoginType Guest isNewAccount False : => member name: OnLoginEvent : => source line number: 185
01-20 12:06:23.820 15243 15268 I Unity :
01-20 12:06:23.820 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.820 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.820 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.820 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.820 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.820 15243 15268 I Unity : IjsUiFramework.PlayFabManager:OnLoginEvent(Boolean, LoginType, Boolean, PlayFabError) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:185)
01-20 12:06:23.820 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:704)
01-20 12:06:23.820 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.820 15243 15268 I Unity : PlayFab.In
01-20 12:06:23.834 15243 15268 I Unity :
01-20 12:06:23.834 15243 15268 I Unity :
01-20 12:06:23.834 15243 15268 I Unity : Virtual Currency Entry Found. : => member name: ProcessPlayerDataPayLoad : => source line number: 257
01-20 12:06:23.834 15243 15268 I Unity :
01-20 12:06:23.834 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.834 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.834 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.834 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.834 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.834 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:257)
01-20 12:06:23.834 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.834 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.834 15243 15268 I Unity : PlayFab.Internal.P
01-20 12:06:23.837 15243 15268 I Unity :
01-20 12:06:23.837 15243 15268 I Unity :
01-20 12:06:23.837 15243 15268 I Unity : OnGetCombinedAccountInfoSuccess : virtualCoins = 21425 : => member name: ProcessPlayerDataPayLoad : => source line number: 259
01-20 12:06:23.837 15243 15268 I Unity :
01-20 12:06:23.837 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.837 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.837 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.837 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.837 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.837 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:259)
01-20 12:06:23.837 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.837 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.c
01-20 12:06:23.857 15243 15268 I Unity :
01-20 12:06:23.857 15243 15268 I Unity :
01-20 12:06:23.857 15243 15268 I Unity : OnPlayerCoinsUpdated prevBal 0 curbal21425 : => member name: OnPlayerCoinsUpdated : => source line number: 395
01-20 12:06:23.857 15243 15268 I Unity :
01-20 12:06:23.857 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.857 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.857 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.857 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.857 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.857 15243 15268 I Unity : IntroScreenUIController:OnPlayerCoinsUpdated(ObscuredInt, ObscuredInt) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:395)
01-20 12:06:23.857 15243 15268 I Unity : Currency:.ctor(ObscuredInt) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Currency.cs:13)
01-20 12:06:23.857 15243 15268 I Unity : PlayerProfile:InitCurrency(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:141)
01-20 12:06:23.857 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGi
01-20 12:06:23.864 15243 15268 I Unity :
01-20 12:06:23.864 15243 15268 I Unity :
01-20 12:06:23.864 15243 15268 I Unity : GetAccountInfo playerName Swath : => member name: ProcessPlayerDataPayLoad : => source line number: 270
01-20 12:06:23.864 15243 15268 I Unity :
01-20 12:06:23.864 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.864 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.864 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.864 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.864 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.864 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:270)
01-20 12:06:23.864 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.864 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.864 15243 15268 I Unity : PlayFab.Internal
01-20 12:06:23.908 15243 15268 I Unity :
01-20 12:06:23.908 15243 15268 I Unity :
01-20 12:06:23.908 15243 15268 I Unity : _lastRewardTime 01/20/2021 11:55:11 : => member name: ProcessPlayerDataPayLoad : => source line number: 295
01-20 12:06:23.908 15243 15268 I Unity :
01-20 12:06:23.908 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.908 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.908 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.908 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.908 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.908 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:295)
01-20 12:06:23.908 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.908 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.908 15243 15268 I Unity : PlayFab.Inte
01-20 12:06:23.910 15243 15268 I Unity :
01-20 12:06:23.910 15243 15268 I Unity :
01-20 12:06:23.910 15243 15268 I Unity : _lastReward 2 : => member name: ProcessPlayerDataPayLoad : => source line number: 302
01-20 12:06:23.910 15243 15268 I Unity :
01-20 12:06:23.910 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.910 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.910 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.910 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.910 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.910 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:302)
01-20 12:06:23.910 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.910 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.910 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:
01-20 12:06:23.914 15243 15268 I Unity :
01-20 12:06:23.914 15243 15268 I Unity :
01-20 12:06:23.914 15243 15268 I Unity : Player XP Modified : 24400 : => member name: playerXP : => source line number: 103
01-20 12:06:23.914 15243 15268 I Unity :
01-20 12:06:23.914 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.914 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.914 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.914 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.914 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.914 15243 15268 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:103)
01-20 12:06:23.914 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:322)
01-20 12:06:23.914 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.914 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\Monopo
01-20 12:06:23.931 15243 15268 I Unity :
01-20 12:06:23.931 15243 15268 I Unity :
01-20 12:06:23.931 15243 15268 I Unity : OnPlayerXPModified curLevel 42 normalizedXP 0.7045454 didLevelup False : => member name: OnPlayerXPModified : => source line number: 365
01-20 12:06:23.931 15243 15268 I Unity :
01-20 12:06:23.931 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.931 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.931 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.931 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.931 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.931 15243 15268 I Unity : IntroScreenUIController:<OnPlayerXPModified>b__78_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:365)
01-20 12:06:23.931 15243 15268 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 12:06:23.931 15243 15268 I Unity : IntroScreenUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:363)
01-20 12:06:23.931 15243 15268 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityP
01-20 12:06:23.933 15243 15268 I Unity :
01-20 12:06:23.933 15243 15268 I Unity :
01-20 12:06:23.933 15243 15268 I Unity : GetAccountInfo playerXP 24400 : => member name: ProcessPlayerDataPayLoad : => source line number: 323
01-20 12:06:23.933 15243 15268 I Unity :
01-20 12:06:23.933 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.933 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.933 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.933 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.933 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.933 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:323)
01-20 12:06:23.933 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.933 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.933 15243 15268 I Unity : PlayFab.Internal.P
01-20 12:06:23.938 15243 15268 I Unity :
01-20 12:06:23.938 15243 15268 I Unity :
01-20 12:06:23.938 15243 15268 I Unity : GetAccountInfo photonRemoteGameVersion 1 : => member name: ProcessPlayerDataPayLoad : => source line number: 344
01-20 12:06:23.938 15243 15268 I Unity :
01-20 12:06:23.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.938 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.938 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.938 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:23.938 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:344)
01-20 12:06:23.938 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.938 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:23.938 15243 15268 I Unity : PlayFab
01-20 12:06:23.964 15243 15268 I Unity : OneSignal Init----------------------------------------
01-20 12:06:23.964 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:23.964 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:23.964 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:23.964 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:23.964 15243 15268 I Unity : PushNotificationManager:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:74)
01-20 12:06:23.964 15243 15268 I Unity : PushNotificationManager:onPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:68)
01-20 12:06:23.964 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 12:06:23.964 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:23.964 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGi
01-20 12:06:24.090 15243 15268 I Unity : OneSignal Init pushState: OSPermissionSubscriptionState UserProvidedConsent ? False
01-20 12:06:24.090 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.090 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.090 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.090 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.090 15243 15268 I Unity : PushNotificationManager:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:89)
01-20 12:06:24.090 15243 15268 I Unity : PushNotificationManager:onPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:68)
01-20 12:06:24.090 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 12:06:24.090 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:24.090 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:
01-20 12:06:24.102 15243 15268 I Unity :
01-20 12:06:24.102 15243 15268 I Unity :
01-20 12:06:24.102 15243 15268 I Unity : OnPlayfabSetupComplete. Continue to game True : => member name: OnPlayfabSetupComplete : => source line number: 509
01-20 12:06:24.102 15243 15268 I Unity :
01-20 12:06:24.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.102 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.102 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.102 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.102 15243 15268 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:509)
01-20 12:06:24.102 15243 15268 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 12:06:24.102 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 12:06:24.102 15243 15268 I Unity : PlayFab.Internal.<>c__Disp
01-20 12:06:24.430 15243 15268 I Unity :
01-20 12:06:24.430 15243 15268 I Unity :
01-20 12:06:24.430 15243 15268 I Unity : Building Test ads : => member name: RequestBanner : => source line number: 224
01-20 12:06:24.430 15243 15268 I Unity :
01-20 12:06:24.430 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.430 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.430 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.430 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.430 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.430 15243 15268 I Unity : AdsManager:RequestBanner() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\AdsManager.cs:224)
01-20 12:06:24.430 15243 15268 I Unity : AdsManager:StartAdManager() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\AdsManager.cs:119)
01-20 12:06:24.430 15243 15268 I Unity : IntroScreenUIController:ContinueToMainMenu() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:594)
01-20 12:06:24.430 15243 15268 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:512)
01-20 12:06:24.430 15243 15268 I Unity : IjsUiFramework.PlayFabMana
01-20 12:06:24.537 15243 15268 I Unity :
01-20 12:06:24.537 15243 15268 I Unity :
01-20 12:06:24.537 15243 15268 I Unity : OnPlayerXPModified curLevel 42 normalizedXP 0.7045454 didLevelup False : => member name: OnPlayerXPModified : => source line number: 365
01-20 12:06:24.537 15243 15268 I Unity :
01-20 12:06:24.537 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.537 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.537 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.537 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.537 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.537 15243 15268 I Unity : IntroScreenUIController:<OnPlayerXPModified>b__78_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:365)
01-20 12:06:24.537 15243 15268 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 12:06:24.537 15243 15268 I Unity : IntroScreenUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:363)
01-20 12:06:24.537 15243 15268 I Unity : IntroScreenUIController:ContinueToMainMenu() (a
01-20 12:06:24.542 15243 15268 I Unity :
01-20 12:06:24.542 15243 15268 I Unity :
01-20 12:06:24.542 15243 15268 I Unity : SetupGameSpecificStats. gamesPlayedCount 244 : => member name: SetupGameSpecificStats : => source line number: 531
01-20 12:06:24.542 15243 15268 I Unity :
01-20 12:06:24.542 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.542 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.542 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.542 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.542 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.542 15243 15268 I Unity : <>c:<SetupGameSpecificStats>b__85_0(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:531)
01-20 12:06:24.542 15243 15268 I Unity : IjsUiFramework.PlayFabManager:GetLocalPlayerTitleData(String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:785)
01-20 12:06:24.542 15243 15268 I Unity : IntroScreenUIController:SetupGameSpecificStats() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:525)
01-20 12:06:24.542 15243 15268 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:
01-20 12:06:24.546 15243 15268 I Unity :
01-20 12:06:24.546 15243 15268 I Unity :
01-20 12:06:24.546 15243 15268 I Unity : Games Played count modified : 244 : => member name: gamesPlayed : => source line number: 124
01-20 12:06:24.546 15243 15268 I Unity :
01-20 12:06:24.546 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.546 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.546 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.546 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.546 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.546 15243 15268 I Unity : PlayerProfile:set_gamesPlayed(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:124)
01-20 12:06:24.546 15243 15268 I Unity : <>c:<SetupGameSpecificStats>b__85_0(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:532)
01-20 12:06:24.546 15243 15268 I Unity : IjsUiFramework.PlayFabManager:GetLocalPlayerTitleData(String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:785)
01-20 12:06:24.546 15243 15268 I Unity : IntroScreenUIController:SetupGameSpecificStats() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Asse
01-20 12:06:24.554 15243 15268 I Unity :
01-20 12:06:24.554 15243 15268 I Unity :
01-20 12:06:24.554 15243 15268 I Unity : Got latest news! 0 : => member name: FetchAndCacheTitleNews : => source line number: 236
01-20 12:06:24.554 15243 15268 I Unity :
01-20 12:06:24.554 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:24.554 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:24.554 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:24.554 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:24.554 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:24.554 15243 15268 I Unity : IjsUiFramework.PlayFabManager:<FetchAndCacheTitleNews>b__61_0(GetTitleNewsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:236)
01-20 12:06:24.554 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:24.554 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHttp.cs:247)
01-20 12:06:24.554 15243 15268 I Unity : PlayFa
01-20 12:06:25.800 15243 15268 I Unity : Time Cloud Clock: 2021/01/20 12:06:51
01-20 12:06:25.800 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.800 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.800 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.800 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.800 15243 15268 I Unity : IjsUiFramework.<InitializeCloudClock>d__6:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\CloudClockBuilder.cs:116)
01-20 12:06:25.800 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:25.800 15243 15268 I Unity :
01-20 12:06:25.800 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:25.800 15243 15268 I Unity :
01-20 12:06:25.811 15243 15268 I Unity :
01-20 12:06:25.811 15243 15268 I Unity :
01-20 12:06:25.811 15243 15268 I Unity : CheckRewards lastRewardTime 01/20/2021 11:55:11 lastReward 2 : => member name: CheckRewards : => source line number: 87
01-20 12:06:25.811 15243 15268 I Unity :
01-20 12:06:25.811 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.811 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.811 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.811 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.811 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.811 15243 15268 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:87)
01-20 12:06:25.811 15243 15268 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:52)
01-20 12:06:25.811 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:25.811 15243 15268 I Unity :
01-20 12:06:25.811 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:25.811 15243 15268 I Unity :
01-20 12:06:25.813 15243 15268 I Unity :
01-20 12:06:25.813 15243 15268 I Unity :
01-20 12:06:25.813 15243 15268 I Unity : No claim for you. Try tomorrow lastRewardTime: 01/20/2021 11:55:11 lastReward 2 : => member name: CheckRewards : => source line number: 103
01-20 12:06:25.813 15243 15268 I Unity :
01-20 12:06:25.813 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.813 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.813 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.813 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.813 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.813 15243 15268 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:103)
01-20 12:06:25.813 15243 15268 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:52)
01-20 12:06:25.813 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:25.813 15243 15268 I Unity :
01-20 12:06:25.813 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:25.813 15243 15268 I Unity :
01-20 12:06:25.818 15243 15268 I Unity :
01-20 12:06:25.818 15243 15268 I Unity :
01-20 12:06:25.818 15243 15268 I Unity : CheckRewards lastRewardTime 01/20/2021 11:55:11 lastReward 2 : => member name: CheckRewards : => source line number: 87
01-20 12:06:25.818 15243 15268 I Unity :
01-20 12:06:25.818 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.818 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.818 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.818 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.818 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.818 15243 15268 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:87)
01-20 12:06:25.818 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:189)
01-20 12:06:25.818 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:296)
01-20 12:06:25.820 15243 15268 I Unity :
01-20 12:06:25.820 15243 15268 I Unity :
01-20 12:06:25.820 15243 15268 I Unity : No claim for you. Try tomorrow lastRewardTime: 01/20/2021 11:55:11 lastReward 2 : => member name: CheckRewards : => source line number: 103
01-20 12:06:25.820 15243 15268 I Unity :
01-20 12:06:25.820 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.820 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.820 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.820 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.820 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.820 15243 15268 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:103)
01-20 12:06:25.820 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:189)
01-20 12:06:25.820 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRew
01-20 12:06:25.826 15243 15268 I Unity :
01-20 12:06:25.826 15243 15268 I Unity :
01-20 12:06:25.826 15243 15268 I Unity : Ready to claim False : => member name: UpdateUI : => source line number: 225
01-20 12:06:25.826 15243 15268 I Unity :
01-20 12:06:25.826 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.826 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.826 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.826 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.826 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.826 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:225)
01-20 12:06:25.826 15243 15268 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:296)
01-20 12:06:25.826 15243 15268 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:54)
01-20 12:06:25.826 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMov
01-20 12:06:25.962 15243 15268 I Unity :
01-20 12:06:25.962 15243 15268 I Unity :
01-20 12:06:25.962 15243 15268 I Unity : showedTitleNewsOnlaunch False : => member name: ContinueToMainMenu : => source line number: 559
01-20 12:06:25.962 15243 15268 I Unity :
01-20 12:06:25.962 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:25.962 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:25.962 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:25.962 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:25.962 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:25.962 15243 15268 I Unity : <>c:<ContinueToMainMenu>b__86_2() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:559)
01-20 12:06:25.962 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:25.962 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:25.962 15243 15268 I Unity :
01-20 12:06:25.962 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:25.962 15243 15268 I Unity :
01-20 12:06:27.944 15243 15268 I Unity : Rate......!!!!!23 PlayerPreference.didRate False rem 3 didShowRateUsDialog False
01-20 12:06:27.944 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:27.944 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:27.944 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:27.944 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:27.944 15243 15268 I Unity : UnityEngine.MonoBehaviour:print(Object)
01-20 12:06:27.944 15243 15268 I Unity : IntroScreenUIController:Rate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:970)
01-20 12:06:27.944 15243 15268 I Unity :
01-20 12:06:27.944 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:27.944 15243 15268 I Unity :
01-20 12:06:32.264 15243 15268 I Unity :
01-20 12:06:32.264 15243 15268 I Unity :
01-20 12:06:32.264 15243 15268 I Unity : Load Level.............. : => member name: LoadGameScene : => source line number: 1146
01-20 12:06:32.264 15243 15268 I Unity :
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:32.264 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:32.264 15243 15268 I Unity : IntroScreenUIController:LoadGameScene() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:1146)
01-20 12:06:32.264 15243 15268 I Unity : IntroScreenUIController:PlayOnlinePrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:1097)
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:06:32.264 15243 15268 I Unity : UnityEngine
01-20 12:06:32.304 15243 15325 D Unity : Unloading 5 Unused Serialized files (Serialized files now loaded: 0)
01-20 12:06:32.406 15243 15268 D Unity : UnloadTime: 34.752195 ms
01-20 12:06:32.430 15243 15268 I Unity :
01-20 12:06:32.430 15243 15268 I Unity :
01-20 12:06:32.430 15243 15268 I Unity : MonoDealController enable : => member name: OnEnable : => source line number: 43
01-20 12:06:32.430 15243 15268 I Unity :
01-20 12:06:32.430 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:32.430 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:32.430 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:32.430 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:32.430 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:32.430 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:OnEnable() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:43)
01-20 12:06:32.430 15243 15268 I Unity :
01-20 12:06:32.430 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:32.430 15243 15268 I Unity :
01-20 12:06:32.596 15243 15268 D Unity : System memory in use before: 44.2 MB.
01-20 12:06:32.646 15243 15268 D Unity : System memory in use after: 43.8 MB.
01-20 12:06:32.646 15243 15268 D Unity :
01-20 12:06:32.646 15243 15268 D Unity : Unloading 94 unused Assets to reduce memory usage. Loaded Objects now: 4515.
01-20 12:06:32.646 15243 15268 D Unity : Total: 50.126620 ms (FindLiveObjects: 1.128154 ms CreateObjectMapping: 0.619423 ms MarkObjects: 47.783851 ms DeleteObjects: 0.585577 ms)
01-20 12:06:32.646 15243 15268 D Unity :
01-20 12:06:32.712 15243 15325 D Unity : Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
01-20 12:06:32.769 15243 15268 I Unity :
01-20 12:06:32.769 15243 15268 I Unity :
01-20 12:06:32.769 15243 15268 I Unity : Test Submit Stat for leaderboard is enabled. Follow the comment and disable it : => member name: InitApp : => source line number: 98
01-20 12:06:32.769 15243 15268 I Unity :
01-20 12:06:32.769 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:32.769 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:32.769 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:32.769 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:32.769 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:32.769 15243 15268 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:98)
01-20 12:06:32.769 15243 15268 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 12:06:32.769 15243 15268 I Unity :
01-20 12:06:32.769 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:32.769 15243 15268 I Unity :
01-20 12:06:32.772 15243 15268 I Unity :
01-20 12:06:32.772 15243 15268 I Unity :
01-20 12:06:32.772 15243 15268 I Unity : SubmitStats : 93 : => member name: SubmitStatistic : => source line number: 899
01-20 12:06:32.772 15243 15268 I Unity :
01-20 12:06:32.772 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:32.772 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:32.772 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:32.772 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:32.772 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:32.772 15243 15268 I Unity : IjsUiFramework.PlayFabManager:SubmitStatistic(String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:899)
01-20 12:06:32.772 15243 15268 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:99)
01-20 12:06:32.772 15243 15268 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 12:06:32.772 15243 15268 I Unity :
01-20 12:06:32.772 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:32.772 15243 15268 I Unity :
01-20 12:06:32.785 15243 15268 I Unity :
01-20 12:06:32.785 15243 15268 I Unity :
01-20 12:06:32.785 15243 15268 I Unity : SubmitStats : 988 : => member name: SubmitStatistic : => source line number: 899
01-20 12:06:32.785 15243 15268 I Unity :
01-20 12:06:32.785 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:32.785 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:32.785 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:32.785 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:32.785 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:32.785 15243 15268 I Unity : IjsUiFramework.PlayFabManager:SubmitStatistic(String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:899)
01-20 12:06:32.785 15243 15268 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:100)
01-20 12:06:32.785 15243 15268 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 12:06:32.785 15243 15268 I Unity :
01-20 12:06:32.785 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:06:32.785 15243 15268 I Unity :
01-20 12:06:32.932 15243 15268 D Unity : System memory in use before: 44.6 MB.
01-20 12:06:33.005 15243 15268 D Unity : System memory in use after: 45.0 MB.
01-20 12:06:33.005 15243 15268 D Unity :
01-20 12:06:33.005 15243 15268 D Unity : Unloading 1 unused Assets to reduce memory usage. Loaded Objects now: 6764.
01-20 12:06:33.005 15243 15268 D Unity : Total: 72.727815 ms (FindLiveObjects: 1.602770 ms CreateObjectMapping: 0.693884 ms MarkObjects: 70.364584 ms DeleteObjects: 0.059615 ms)
01-20 12:06:33.005 15243 15268 D Unity :
01-20 12:06:33.118 15243 15268 I Unity :
01-20 12:06:33.118 15243 15268 I Unity :
01-20 12:06:33.118 15243 15268 I Unity : WeeklyLeaderboard SubmitStats Success : => member name: SubmitStatistic : => source line number: 910
01-20 12:06:33.118 15243 15268 I Unity :
01-20 12:06:33.118 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:33.118 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:33.118 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:33.118 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:33.118 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:33.118 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass78_0:<SubmitStatistic>b__0(UpdatePlayerStatisticsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:910)
01-20 12:06:33.118 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:33.118 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnity
01-20 12:06:33.119 15243 15268 I Unity :
01-20 12:06:33.119 15243 15268 I Unity :
01-20 12:06:33.119 15243 15268 I Unity : HighScoreLeaderboard SubmitStats Success : => member name: SubmitStatistic : => source line number: 910
01-20 12:06:33.119 15243 15268 I Unity :
01-20 12:06:33.119 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:33.119 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:33.119 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:33.119 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:33.119 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:33.119 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass78_0:<SubmitStatistic>b__0(UpdatePlayerStatisticsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:910)
01-20 12:06:33.119 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:33.119 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUn
01-20 12:06:34.792 15243 15268 I Unity :
01-20 12:06:34.792 15243 15268 I Unity :
01-20 12:06:34.792 15243 15268 I Unity : Games Played count modified : 245 : => member name: gamesPlayed : => source line number: 124
01-20 12:06:34.792 15243 15268 I Unity :
01-20 12:06:34.792 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:34.792 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:34.792 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:34.792 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:34.792 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:34.792 15243 15268 I Unity : PlayerProfile:set_gamesPlayed(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:124)
01-20 12:06:34.792 15243 15268 I Unity : GameSceneUIController:TriggerPlayGameAchievements() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:145)
01-20 12:06:34.792 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:34.792 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:06:34.792 15243 15268 I Unity :
01-20 12:06:34.801 15243 15268 I Unity :
01-20 12:06:34.801 15243 15268 I Unity :
01-20 12:06:34.801 15243 15268 I Unity : Player XP Modified : 24500 : => member name: playerXP : => source line number: 103
01-20 12:06:34.801 15243 15268 I Unity :
01-20 12:06:34.801 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:34.801 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:34.801 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:34.801 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:34.801 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:34.801 15243 15268 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:103)
01-20 12:06:34.801 15243 15268 I Unity : PlayerProfile:UpdatePlayerXP(Int32, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:153)
01-20 12:06:34.801 15243 15268 I Unity : GameSceneUIController:TriggerPlayGameAchievements() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:146)
01-20 12:06:34.801 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:06:34.801 15243 15268 I Unity : UnityEngine.SetupCorouti
01-20 12:06:34.817 15243 15268 I Unity :
01-20 12:06:34.817 15243 15268 I Unity :
01-20 12:06:34.817 15243 15268 I Unity : OnPlayerXPModified curLevel 42 normalizedXP 0.7954546 didLevelup False : => member name: OnPlayerXPModified : => source line number: 77
01-20 12:06:34.817 15243 15268 I Unity :
01-20 12:06:34.817 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:34.817 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:34.817 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:34.817 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:34.817 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:34.817 15243 15268 I Unity : <>c:<OnPlayerXPModified>b__20_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:77)
01-20 12:06:34.817 15243 15268 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 12:06:34.817 15243 15268 I Unity : GameSceneUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:75)
01-20 12:06:34.817 15243 15268 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\Monop
01-20 12:06:48.512 15243 15268 I Unity :
01-20 12:06:48.512 15243 15268 I Unity :
01-20 12:06:48.512 15243 15268 I Unity : IsNullOrEmpty 4 : => member name: IsNullOrEmpty : => source line number: 94
01-20 12:06:48.512 15243 15268 I Unity :
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:48.512 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:48.512 15243 15268 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:94)
01-20 12:06:48.512 15243 15268 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:330)
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:06:48.512 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:06:48.512 15243 15268 I Unity : IjsUiFramework.
01-20 12:06:48.523 15243 15268 I Unity :
01-20 12:06:48.523 15243 15268 I Unity :
01-20 12:06:48.523 15243 15268 I Unity : CloseWindow GameCreationDebugWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 12:06:48.523 15243 15268 I Unity :
01-20 12:06:48.523 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:48.523 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:48.523 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:48.523 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:48.523 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:48.523 15243 15268 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 12:06:48.523 15243 15268 I Unity : IjsUiFramework.UIController:HideWindow(UIWindows, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:160)
01-20 12:06:48.523 15243 15268 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:357)
01-20 12:06:48.523 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (a
01-20 12:06:48.528 15243 15268 I Unity :
01-20 12:06:48.528 15243 15268 I Unity :
01-20 12:06:48.528 15243 15268 I Unity : ^*^Play ONLINE_PRIVATE acceptingInvite False : => member name: Play : => source line number: 293
01-20 12:06:48.528 15243 15268 I Unity :
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:48.528 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:48.528 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:293)
01-20 12:06:48.528 15243 15268 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:371)
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:06:48.528 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildsla
01-20 12:06:48.530 15243 15268 I Unity :
01-20 12:06:48.530 15243 15268 I Unity :
01-20 12:06:48.530 15243 15268 I Unity : CloseWindow from ui button GameCreationDebugWindow : => member name: CloseWindow : => source line number: 80
01-20 12:06:48.530 15243 15268 I Unity :
01-20 12:06:48.530 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:48.530 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:48.530 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:48.530 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:48.530 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:48.530 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 12:06:48.530 15243 15268 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 12:06:48.530 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:313)
01-20 12:06:48.530 15243 15268 I Unity : GameSceneUIController:DebugUIStart
01-20 12:06:48.532 15243 15268 I Unity :
01-20 12:06:48.532 15243 15268 I Unity :
01-20 12:06:48.532 15243 15268 I Unity : CloseWindow GameCreationDebugWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 12:06:48.532 15243 15268 I Unity :
01-20 12:06:48.532 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:48.532 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:48.532 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:48.532 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:48.532 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:48.532 15243 15268 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 12:06:48.532 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 12:06:48.532 15243 15268 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 12:06:48.532 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at
01-20 12:06:49.991 15243 15268 I Unity :
01-20 12:06:49.991 15243 15268 I Unity :
01-20 12:06:49.991 15243 15268 I Unity : IncreasePlayerCount : => member name: IncreasePlayerCount : => source line number: 193
01-20 12:06:49.991 15243 15268 I Unity :
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:49.991 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:49.991 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIBetAndPlayerSelectionPanel:IncreasePlayerCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIBetAndPlayerSelectionPanel.cs:193)
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:06:49.991 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:06:49.991 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFrame
01-20 12:06:50.171 15243 15268 I Unity :
01-20 12:06:50.171 15243 15268 I Unity :
01-20 12:06:50.171 15243 15268 I Unity : IncreasePlayerCount : => member name: IncreasePlayerCount : => source line number: 193
01-20 12:06:50.171 15243 15268 I Unity :
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:50.171 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:50.171 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIBetAndPlayerSelectionPanel:IncreasePlayerCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIBetAndPlayerSelectionPanel.cs:193)
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:06:50.171 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:06:50.171 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFrame
01-20 12:06:51.774 15243 15268 I Unity :
01-20 12:06:51.774 15243 15268 I Unity :
01-20 12:06:51.774 15243 15268 I Unity : MonodealConroller: onStartGame : => member name: onStartGame : => source line number: 1103
01-20 12:06:51.774 15243 15268 I Unity :
01-20 12:06:51.774 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:51.774 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:51.774 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:51.774 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:51.774 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:51.774 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onStartGame(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1103)
01-20 12:06:51.774 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ContinueToOnlinePrivateCreateGame() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:342)
01-20 12:06:51.774 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIBetAndPlayerSelectionPanel:CreateGame() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\
01-20 12:06:53.392 15243 15268 I Unity :
01-20 12:06:53.392 15243 15268 I Unity :
01-20 12:06:53.392 15243 15268 I Unity : OnJoinedRoom: False Name 5178 : => member name: OnJoinedRoom : => source line number: 357
01-20 12:06:53.392 15243 15268 I Unity :
01-20 12:06:53.392 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.392 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.392 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.392 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.392 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.392 15243 15268 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:357)
01-20 12:06:53.392 15243 15268 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 12:06:53.392 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3031)
01-20 12:06:53.392 15243 15268 I Unity : ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
01-20 12:06:53.392 15243 15268 I Unity : ExitGames.Clie
01-20 12:06:53.429 15243 15268 I Unity :
01-20 12:06:53.429 15243 15268 I Unity :
01-20 12:06:53.429 15243 15268 I Unity : onLocalPhotonPlayerJoined at view UserId 1975A301E6A3E936 NickName Swath : => member name: onLocalPhotonPlayerJoined : => source line number: 1671
01-20 12:06:53.429 15243 15268 I Unity :
01-20 12:06:53.429 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.429 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.429 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.429 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.429 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.429 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1671)
01-20 12:06:53.429 15243 15268 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 12:06:53.429 15243 15268 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\Loa
01-20 12:06:53.582 15243 15268 I Unity :
01-20 12:06:53.582 15243 15268 I Unity :
01-20 12:06:53.582 15243 15268 I Unity : onLocalPhotonPlayerJoined Swath 14 : => member name: onLocalPhotonPlayerJoined : => source line number: 1674
01-20 12:06:53.582 15243 15268 I Unity :
01-20 12:06:53.582 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.582 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.582 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.582 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.582 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.582 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1674)
01-20 12:06:53.582 15243 15268 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 12:06:53.582 15243 15268 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 12:06:53.582 15243 15268 I Unity : Photon.Realt
01-20 12:06:53.601 15243 15268 I Unity :
01-20 12:06:53.601 15243 15268 I Unity :
01-20 12:06:53.601 15243 15268 I Unity : CloseWindow from ui button BetAndPlayerSelectionWindow : => member name: CloseWindow : => source line number: 80
01-20 12:06:53.601 15243 15268 I Unity :
01-20 12:06:53.601 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.601 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.601 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.601 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.601 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.601 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 12:06:53.601 15243 15268 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 12:06:53.601 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1689)
01-20 12:06:53.601 15243 15268 I Unity : Pho
01-20 12:06:53.604 15243 15268 I Unity :
01-20 12:06:53.604 15243 15268 I Unity :
01-20 12:06:53.604 15243 15268 I Unity : CloseWindow BetAndPlayerSelectionWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 12:06:53.604 15243 15268 I Unity :
01-20 12:06:53.604 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.604 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.604 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.604 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.604 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.604 15243 15268 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 12:06:53.604 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 12:06:53.604 15243 15268 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 12:06:53.604 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlay
01-20 12:06:53.608 15243 15268 I Unity :
01-20 12:06:53.608 15243 15268 I Unity :
01-20 12:06:53.608 15243 15268 I Unity : onLocalPlayerJoined... 1 : => member name: onLocalPhotonPlayerJoined : => source line number: 2520
01-20 12:06:53.608 15243 15268 I Unity :
01-20 12:06:53.608 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.608 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.608 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.608 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.608 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.608 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2520)
01-20 12:06:53.608 15243 15268 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 12:06:53.608 15243 15268 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 12:06:53.608 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnEven
01-20 12:06:53.666 15243 15268 I Unity :
01-20 12:06:53.666 15243 15268 I Unity :
01-20 12:06:53.666 15243 15268 I Unity : HandleBotButtonsVisibility isMaster? True : => member name: HandleBotButtonsVisibility : => source line number: 85
01-20 12:06:53.666 15243 15268 I Unity :
01-20 12:06:53.666 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.666 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.666 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.666 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.666 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.666 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:HandleBotButtonsVisibility() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:85)
01-20 12:06:53.666 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:69)
01-20 12:06:53.666 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDe
01-20 12:06:53.672 15243 15268 I Unity :
01-20 12:06:53.672 15243 15268 I Unity :
01-20 12:06:53.672 15243 15268 I Unity : RemoveBot _botsCount 0 players.Length 1 : => member name: RemoveBot : => source line number: 136
01-20 12:06:53.672 15243 15268 I Unity :
01-20 12:06:53.672 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.672 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.672 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.672 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.672 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.672 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:RemoveBot() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:136)
01-20 12:06:53.672 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:71)
01-20 12:06:53.672 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1691)
01-20 12:06:53.672 15243 15268 I Unity : <>c__
01-20 12:06:53.676 15243 15268 I Unity :
01-20 12:06:53.676 15243 15268 I Unity :
01-20 12:06:53.676 15243 15268 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 12:06:53.676 15243 15268 I Unity :
01-20 12:06:53.676 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.676 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.676 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.676 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.676 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.676 15243 15268 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 12:06:53.676 15243 15268 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 12:06:53.676 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1692)
01-20 12:06:53.676 15243 15268 I Unity : <>c__DisplayClass17_0:<ShowWindow>b__3() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:63)
01-20 12:06:53.676 15243 15268 I Unity : LTDescr:init(
01-20 12:06:53.725 15243 15268 I Unity :
01-20 12:06:53.725 15243 15268 I Unity :
01-20 12:06:53.725 15243 15268 I Unity : GetFriendsList : => member name: GetFriendsList : => source line number: 734
01-20 12:06:53.725 15243 15268 I Unity :
01-20 12:06:53.725 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:53.725 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:53.725 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:53.725 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:53.725 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:53.725 15243 15268 I Unity : IjsUiFramework.PlayFabManager:GetFriendsList(GetFriends) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:734)
01-20 12:06:53.725 15243 15268 I Unity : PhotonManager:UpdateAndGetFriendsList(Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:565)
01-20 12:06:53.725 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:LoadFriends(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:72)
01-20 12:06:53.725 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:<OnEnable>b__5_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel
01-20 12:06:54.110 15243 15268 I Unity :
01-20 12:06:54.110 15243 15268 I Unity :
01-20 12:06:54.110 15243 15268 I Unity : OnSubscribed GetFriendsList 0 success True : => member name: UpdateAndGetFriendsList : => source line number: 570
01-20 12:06:54.110 15243 15268 I Unity :
01-20 12:06:54.110 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.110 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.110 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.110 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.110 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.110 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:570)
01-20 12:06:54.110 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 12:06:54.110 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:54.110 15243 15268 I Unity : PlayFab.Intern
01-20 12:06:54.115 15243 15268 I Unity :
01-20 12:06:54.115 15243 15268 I Unity :
01-20 12:06:54.115 15243 15268 I Unity : GetFriendsList Count 0 inRoom True : => member name: UpdateAndGetFriendsList : => source line number: 577
01-20 12:06:54.115 15243 15268 I Unity :
01-20 12:06:54.115 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.115 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.115 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.115 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.115 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.115 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:577)
01-20 12:06:54.115 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 12:06:54.115 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:54.115 15243 15268 I Unity : PlayFab.Internal.PlayF
01-20 12:06:54.118 15243 15268 I Unity :
01-20 12:06:54.118 15243 15268 I Unity :
01-20 12:06:54.118 15243 15268 I Unity : GetFriendsList error : => member name: UpdateAndGetFriendsList : => source line number: 591
01-20 12:06:54.118 15243 15268 I Unity :
01-20 12:06:54.118 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.118 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.118 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.118 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.118 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.118 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:591)
01-20 12:06:54.118 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 12:06:54.118 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:06:54.118 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:On
01-20 12:06:54.123 15243 15268 I Unity :
01-20 12:06:54.123 15243 15268 I Unity :
01-20 12:06:54.123 15243 15268 I Unity : GetFriendsList error : => member name: LoadFriends : => source line number: 83
01-20 12:06:54.123 15243 15268 I Unity :
01-20 12:06:54.123 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.123 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.123 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.123 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.123 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.123 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:83)
01-20 12:06:54.123 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:592)
01-20 12:06:54.123 15243 15268 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 12:06:54.123 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\
01-20 12:06:54.128 15243 15268 I Unity :
01-20 12:06:54.128 15243 15268 I Unity :
01-20 12:06:54.128 15243 15268 I Unity : ShowErrorWindow message You don't have any friends right now. You can add friends while playing online. : => member name: ShowErrorWindow : => source line number: 129
01-20 12:06:54.128 15243 15268 I Unity :
01-20 12:06:54.128 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.128 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.128 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.128 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.128 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.128 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:ShowErrorWindow(String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:129)
01-20 12:06:54.128 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:85)
01-20 12:06:54.128 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:592)
01-20 12:06:54.128 15243 15268 I Unity : IjsUiFramewor
01-20 12:06:54.131 15243 15268 I Unity :
01-20 12:06:54.131 15243 15268 I Unity :
01-20 12:06:54.131 15243 15268 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 12:06:54.131 15243 15268 I Unity :
01-20 12:06:54.131 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:06:54.131 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:06:54.131 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:06:54.131 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:06:54.131 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:06:54.131 15243 15268 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 12:06:54.131 15243 15268 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 12:06:54.131 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:ShowErrorWindow(String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:130)
01-20 12:06:54.131 15243 15268 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:85)
01-20 12:06:54.131 15243 15268 I Unity : <>c__DisplayClass95_0:<UpdateAndG
01-20 12:07:15.214 15243 15268 I Unity :
01-20 12:07:15.214 15243 15268 I Unity :
01-20 12:07:15.214 15243 15268 I Unity : PhotonManager : OnPlayerEnteredRoom totalActivePlayers 2 isMC True newPlayer.ActorNumber 2 : => member name: OnPlayerEnteredRoom : => source line number: 498
01-20 12:07:15.214 15243 15268 I Unity :
01-20 12:07:15.214 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:15.214 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:15.214 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:15.214 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:15.214 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:15.214 15243 15268 I Unity : PhotonManager:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:498)
01-20 12:07:15.214 15243 15268 I Unity : Photon.Realtime.InRoomCallbacksContainer:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:4022)
01-20 12:07:15.214 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3035)
01-20 12:07:15.214 15243 15268 I Unity : Ex
01-20 12:07:15.707 15243 15268 I Unity :
01-20 12:07:15.707 15243 15268 I Unity :
01-20 12:07:15.707 15243 15268 I Unity : onOtherPhotonPlayerJoined playerName Tom avatarID 1 UserId 1009D099052A8223 : => member name: onOtherPhotonPlayerJoined : => source line number: 1706
01-20 12:07:15.707 15243 15268 I Unity :
01-20 12:07:15.707 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:15.707 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:15.707 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:15.707 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:15.707 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:15.707 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1706)
01-20 12:07:15.707 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:15.707 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:15.707 15243 15268 I Unity : UnityE
01-20 12:07:15.714 15243 15268 I Unity :
01-20 12:07:15.714 15243 15268 I Unity :
01-20 12:07:15.714 15243 15268 I Unity : HandleBotButtonsVisibility isMaster? True : => member name: HandleBotButtonsVisibility : => source line number: 85
01-20 12:07:15.714 15243 15268 I Unity :
01-20 12:07:15.714 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:15.714 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:15.714 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:15.714 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:15.714 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:15.714 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:HandleBotButtonsVisibility() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:85)
01-20 12:07:15.714 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:69)
01-20 12:07:15.714 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\
01-20 12:07:15.718 15243 15268 I Unity :
01-20 12:07:15.718 15243 15268 I Unity :
01-20 12:07:15.718 15243 15268 I Unity : RemoveBot _botsCount 0 players.Length 2 : => member name: RemoveBot : => source line number: 136
01-20 12:07:15.718 15243 15268 I Unity :
01-20 12:07:15.718 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:15.718 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:15.718 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:15.718 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:15.718 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:15.718 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:RemoveBot() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:136)
01-20 12:07:15.718 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:71)
01-20 12:07:15.718 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCont
01-20 12:07:15.723 15243 15268 I Unity :
01-20 12:07:15.723 15243 15268 I Unity :
01-20 12:07:15.723 15243 15268 I Unity : onOtherPhotonPlayerJoined: 2 : => member name: onOtherPhotonPlayerJoined : => source line number: 2535
01-20 12:07:15.723 15243 15268 I Unity :
01-20 12:07:15.723 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:15.723 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:15.723 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:15.723 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:15.723 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:15.723 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2535)
01-20 12:07:15.723 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:15.723 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:15.723 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users
01-20 12:07:17.627 15243 15268 I Unity :
01-20 12:07:17.627 15243 15268 I Unity :
01-20 12:07:17.627 15243 15268 I Unity : PhotonManager : OnPlayerEnteredRoom totalActivePlayers 3 isMC True newPlayer.ActorNumber 3 : => member name: OnPlayerEnteredRoom : => source line number: 498
01-20 12:07:17.627 15243 15268 I Unity :
01-20 12:07:17.627 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:17.627 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:17.627 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:17.627 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:17.627 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:17.627 15243 15268 I Unity : PhotonManager:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:498)
01-20 12:07:17.627 15243 15268 I Unity : Photon.Realtime.InRoomCallbacksContainer:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:4022)
01-20 12:07:17.627 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3035)
01-20 12:07:17.627 15243 15268 I Unity : Ex
01-20 12:07:18.137 15243 15268 I Unity :
01-20 12:07:18.137 15243 15268 I Unity :
01-20 12:07:18.137 15243 15268 I Unity : onOtherPhotonPlayerJoined playerName Yui avatarID 3 UserId F9CFA39D78CAE1B4 : => member name: onOtherPhotonPlayerJoined : => source line number: 1706
01-20 12:07:18.137 15243 15268 I Unity :
01-20 12:07:18.137 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:18.137 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:18.137 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:18.137 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:18.137 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:18.137 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1706)
01-20 12:07:18.137 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:18.137 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:18.137 15243 15268 I Unity : UnityE
01-20 12:07:18.142 15243 15268 I Unity :
01-20 12:07:18.142 15243 15268 I Unity :
01-20 12:07:18.142 15243 15268 I Unity : HandleBotButtonsVisibility isMaster? True : => member name: HandleBotButtonsVisibility : => source line number: 85
01-20 12:07:18.142 15243 15268 I Unity :
01-20 12:07:18.142 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:18.142 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:18.142 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:18.142 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:18.142 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:18.142 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:HandleBotButtonsVisibility() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:85)
01-20 12:07:18.142 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:69)
01-20 12:07:18.142 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\
01-20 12:07:18.145 15243 15268 I Unity :
01-20 12:07:18.145 15243 15268 I Unity :
01-20 12:07:18.145 15243 15268 I Unity : RemoveBot _botsCount 0 players.Length 3 : => member name: RemoveBot : => source line number: 136
01-20 12:07:18.145 15243 15268 I Unity :
01-20 12:07:18.145 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:18.145 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:18.145 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:18.145 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:18.145 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:18.145 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:RemoveBot() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:136)
01-20 12:07:18.145 15243 15268 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:71)
01-20 12:07:18.145 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCont
01-20 12:07:18.147 15243 15268 I Unity :
01-20 12:07:18.147 15243 15268 I Unity :
01-20 12:07:18.147 15243 15268 I Unity : onOtherPhotonPlayerJoined: 3 : => member name: onOtherPhotonPlayerJoined : => source line number: 2535
01-20 12:07:18.147 15243 15268 I Unity :
01-20 12:07:18.147 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:18.147 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:18.147 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:18.147 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:18.147 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:18.147 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2535)
01-20 12:07:18.147 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:18.147 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:18.147 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users
01-20 12:07:19.812 15243 15268 I Unity :
01-20 12:07:19.812 15243 15268 I Unity :
01-20 12:07:19.812 15243 15268 I Unity : PhotonManager : OnPlayerEnteredRoom totalActivePlayers 4 isMC True newPlayer.ActorNumber 4 : => member name: OnPlayerEnteredRoom : => source line number: 498
01-20 12:07:19.812 15243 15268 I Unity :
01-20 12:07:19.812 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:19.812 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:19.812 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:19.812 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:19.812 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:19.812 15243 15268 I Unity : PhotonManager:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:498)
01-20 12:07:19.812 15243 15268 I Unity : Photon.Realtime.InRoomCallbacksContainer:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:4022)
01-20 12:07:19.812 15243 15268 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3035)
01-20 12:07:19.812 15243 15268 I Unity : Ex
01-20 12:07:20.318 15243 15268 I Unity :
01-20 12:07:20.318 15243 15268 I Unity :
01-20 12:07:20.318 15243 15268 I Unity : onOtherPhotonPlayerJoined playerName Tim avatarID 0 UserId 3B20678178A93BF : => member name: onOtherPhotonPlayerJoined : => source line number: 1706
01-20 12:07:20.318 15243 15268 I Unity :
01-20 12:07:20.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:20.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:20.318 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:20.318 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:20.318 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:20.318 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1706)
01-20 12:07:20.318 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:20.318 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:20.318 15243 15268 I Unity : UnityEn
01-20 12:07:20.324 15243 15268 I Unity :
01-20 12:07:20.324 15243 15268 I Unity :
01-20 12:07:20.324 15243 15268 I Unity : ShowToastMessage Starting the game : => member name: ShowToastMessage : => source line number: 149
01-20 12:07:20.324 15243 15268 I Unity :
01-20 12:07:20.324 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:20.324 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:20.324 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:20.324 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:20.324 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:20.324 15243 15268 I Unity : DialogBox:ShowToastMessage(String, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:149)
01-20 12:07:20.324 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1711)
01-20 12:07:20.324 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:20.324 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\Uni
01-20 12:07:20.329 15243 15268 I Unity :
01-20 12:07:20.329 15243 15268 I Unity :
01-20 12:07:20.329 15243 15268 I Unity : onOtherPhotonPlayerJoined: 4 : => member name: onOtherPhotonPlayerJoined : => source line number: 2535
01-20 12:07:20.329 15243 15268 I Unity :
01-20 12:07:20.329 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:20.329 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:20.329 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:20.329 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:20.329 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:20.329 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2535)
01-20 12:07:20.329 15243 15268 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 12:07:20.329 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:20.329 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users
01-20 12:07:21.336 15243 15268 I Unity :
01-20 12:07:21.336 15243 15268 I Unity :
01-20 12:07:21.336 15243 15268 I Unity : CloseWindow from ui button SharePrivateGameWindow : => member name: CloseWindow : => source line number: 80
01-20 12:07:21.336 15243 15268 I Unity :
01-20 12:07:21.336 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.336 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.336 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.336 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.336 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.336 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 12:07:21.336 15243 15268 I Unity : IjsUiFramework.UIController:HideAllWindows(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:81)
01-20 12:07:21.336 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onOtherPhotonPlayerJoined>b__156_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1714)
01-20 12:07:21.336 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\As
01-20 12:07:21.339 15243 15268 I Unity :
01-20 12:07:21.339 15243 15268 I Unity :
01-20 12:07:21.339 15243 15268 I Unity : CloseWindow SharePrivateGameWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 12:07:21.339 15243 15268 I Unity :
01-20 12:07:21.339 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.339 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.339 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.339 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.339 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.339 15243 15268 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 12:07:21.339 15243 15268 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 12:07:21.339 15243 15268 I Unity : IjsUiFramework.UIController:HideAllWindows(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:81)
01-20 12:07:21.339 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onOtherPhotonPlayerJoined>b__156_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\S
01-20 12:07:21.851 15243 15268 I Unity :
01-20 12:07:21.851 15243 15268 I Unity :
01-20 12:07:21.851 15243 15268 I Unity : createOnlineGame : => member name: createOnlineGame : => source line number: 183
01-20 12:07:21.851 15243 15268 I Unity :
01-20 12:07:21.851 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.851 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.851 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.851 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.851 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.851 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:183)
01-20 12:07:21.851 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2547)
01-20 12:07:21.851 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:21.851 15243 15268 I Unity : UnityEngine.SetupCoroutine:Invoke
01-20 12:07:21.854 15243 15268 I Unity :
01-20 12:07:21.854 15243 15268 I Unity :
01-20 12:07:21.854 15243 15268 I Unity : master call : => member name: createOnlineGame : => source line number: 194
01-20 12:07:21.854 15243 15268 I Unity :
01-20 12:07:21.854 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.854 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.854 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.854 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.854 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.854 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:194)
01-20 12:07:21.854 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2547)
01-20 12:07:21.854 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:21.854 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveN
01-20 12:07:21.875 15243 15268 I Unity :
01-20 12:07:21.875 15243 15268 I Unity :
01-20 12:07:21.875 15243 15268 I Unity : Photon players: 4 : => member name: createOnlinePlayers : => source line number: 312
01-20 12:07:21.875 15243 15268 I Unity :
01-20 12:07:21.875 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.875 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.875 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.875 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.875 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.875 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:312)
01-20 12:07:21.875 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.875 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controlle
01-20 12:07:21.883 15243 15268 I Unity :
01-20 12:07:21.883 15243 15268 I Unity :
01-20 12:07:21.883 15243 15268 I Unity : createOnlinePlayers playFabID 1975A301E6A3E936 playerName Swath profile
01-20 12:07:21.883 15243 15268 I Unity : <b>Name</b>: Swath
01-20 12:07:21.883 15243 15268 I Unity : <b>PlayFabID</b>: 1975A301E6A3E936
01-20 12:07:21.883 15243 15268 I Unity : <b>AvatarID</b>: 14
01-20 12:07:21.883 15243 15268 I Unity : <b>TotalCoins</b>: 21425
01-20 12:07:21.883 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:07:21.883 15243 15268 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 12:07:21.883 15243 15268 I Unity :
01-20 12:07:21.883 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.883 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.883 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.883 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.883 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.883 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 12:07:21.883 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.888 15243 15268 I Unity :
01-20 12:07:21.888 15243 15268 I Unity :
01-20 12:07:21.888 15243 15268 I Unity : createOnlinePlayers playFabID 1009D099052A8223 playerName Tom profile
01-20 12:07:21.888 15243 15268 I Unity : <b>Name</b>: Tom
01-20 12:07:21.888 15243 15268 I Unity : <b>PlayFabID</b>: 1009D099052A8223
01-20 12:07:21.888 15243 15268 I Unity : <b>AvatarID</b>: 1
01-20 12:07:21.888 15243 15268 I Unity : <b>TotalCoins</b>: 17375
01-20 12:07:21.888 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:07:21.888 15243 15268 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 12:07:21.888 15243 15268 I Unity :
01-20 12:07:21.888 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.888 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.888 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.888 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.888 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.888 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 12:07:21.888 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.888 15243 15268 I Unity : IJDV
01-20 12:07:21.891 15243 15268 I Unity :
01-20 12:07:21.891 15243 15268 I Unity :
01-20 12:07:21.891 15243 15268 I Unity : createOnlinePlayers playFabID F9CFA39D78CAE1B4 playerName Yui profile
01-20 12:07:21.891 15243 15268 I Unity : <b>Name</b>: Yui
01-20 12:07:21.891 15243 15268 I Unity : <b>PlayFabID</b>: F9CFA39D78CAE1B4
01-20 12:07:21.891 15243 15268 I Unity : <b>AvatarID</b>: 3
01-20 12:07:21.891 15243 15268 I Unity : <b>TotalCoins</b>: 21125
01-20 12:07:21.891 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:07:21.891 15243 15268 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 12:07:21.891 15243 15268 I Unity :
01-20 12:07:21.891 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.891 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.891 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.891 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.891 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.891 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 12:07:21.891 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.891 15243 15268 I Unity : IJDV
01-20 12:07:21.893 15243 15268 I Unity :
01-20 12:07:21.893 15243 15268 I Unity :
01-20 12:07:21.893 15243 15268 I Unity : createOnlinePlayers playFabID 3B20678178A93BF playerName Tim profile
01-20 12:07:21.893 15243 15268 I Unity : <b>Name</b>: Tim
01-20 12:07:21.893 15243 15268 I Unity : <b>PlayFabID</b>: 3B20678178A93BF
01-20 12:07:21.893 15243 15268 I Unity : <b>AvatarID</b>: 0
01-20 12:07:21.893 15243 15268 I Unity : <b>TotalCoins</b>: 19275
01-20 12:07:21.893 15243 15268 I Unity : <b>BetAmount</b>: 0
01-20 12:07:21.893 15243 15268 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 12:07:21.893 15243 15268 I Unity :
01-20 12:07:21.893 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.893 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.893 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.893 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.893 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.893 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 12:07:21.893 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.893 15243 15268 I Unity : IJDV.M
01-20 12:07:21.895 15243 15268 I Unity :
01-20 12:07:21.895 15243 15268 I Unity :
01-20 12:07:21.895 15243 15268 I Unity : Players: 4 : => member name: createOnlinePlayers : => source line number: 362
01-20 12:07:21.895 15243 15268 I Unity :
01-20 12:07:21.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.895 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.895 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.895 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.895 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:362)
01-20 12:07:21.895 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:198)
01-20 12:07:21.895 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoD
01-20 12:07:21.901 15243 15268 I Unity :
01-20 12:07:21.901 15243 15268 I Unity :
01-20 12:07:21.901 15243 15268 I Unity : CardsData/MonopoloyCards : => member name: LoadJSONFromResource : => source line number: 108
01-20 12:07:21.901 15243 15268 I Unity :
01-20 12:07:21.901 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.901 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.901 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.901 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.901 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.901 15243 15268 I Unity : JSONHelper:LoadJSONFromResource(String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\JSONHelper.cs:108)
01-20 12:07:21.901 15243 15268 I Unity : IJDV.MonopolyDeal.Model.Deck:getDeck(Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\Deck.cs:18)
01-20 12:07:21.901 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:200)
01-20 12:07:21.901 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoin
01-20 12:07:21.921 15243 15268 I Unity :
01-20 12:07:21.921 15243 15268 I Unity :
01-20 12:07:21.921 15243 15268 I Unity : {
01-20 12:07:21.921 15243 15268 I Unity : "ActionCards": [
01-20 12:07:21.921 15243 15268 I Unity : {
01-20 12:07:21.921 15243 15268 I Unity : "cardType": 1,
01-20 12:07:21.921 15243 15268 I Unity : "action": 1,
01-20 12:07:21.921 15243 15268 I Unity : "secondaryAction": 1,
01-20 12:07:21.921 15243 15268 I Unity : "cardTypeStr": "ACTION CARD",
01-20 12:07:21.921 15243 15268 I Unity : "title": "DEAL BREAKER",
01-20 12:07:21.921 15243 15268 I Unity : "moneyValue": 5,
01-20 12:07:21.921 15243 15268 I Unity : "description": "Steal a complete set of properties from any player.\n<size=26>(Includes any buildings.)</size>",
01-20 12:07:21.921 15243 15268 I Unity : "shortDescription": "Steal a complete set of properties from any player.",
01-20 12:07:21.921 15243 15268 I Unity : "subDescription": "",
01-20 12:07:21.921 15243 15268 I Unity : "setCount": 1,
01-20 12:07:21.921 15243 15268 I Unity : "pureWild": false,
01-20 12:07:21.921 15243 15268 I Unity : "cardCount": 2,
01-20 12:07:21.921 15243 15268 I Unity : "uniqueId": 0,
01-20 12:07:21.921 15243 15268 I Unity : "colors": [
01-20 12:07:21.921 15243 15268 I Unity : {
01-20 12:07:21.921 15243 15268 I Unity : "hasIcon": false,
01-20 12:07:21.921 15243 15268 I Unity : "iconKey": [],
01-20 12:07:21.921 15243 15268 I Unity : "color": "#FFFFFF",
01-20 12:07:21.921 15243 15268 I Unity : "titleTextColor":"#000000",
01-20 12:07:21.921 15243 15268 I Unity : "rent": []
01-20 12:07:21.921 15243 15268 I Unity : }
01-20 12:07:21.921 15243 15268 I Unity : ],
01-20 12:07:21.921 15243 15268 I Unity : "ui": {
01-20 12:07:21.921 15243 15268 I Unity : "hasIcon": false,
01-20 12:07:21.921 15243 15268 I Unity : "iconKey": "",
01-20 12:07:21.921 15243 15268 I Unity : "bgColor": "#8769BE",
01-20 12:07:21.921 15243 15268 I Unity : "bgHeaderColor": "#9577CD"
01-20 12:07:21.921 15243 15268 I Unity : }
01-20 12:07:21.921 15243 15268 I Unity : },
01-20 12:07:21.921 15243 15268 I Unity : {
01-20 12:07:21.921 15243 15268 I Unity : "cardType": 1,
01-20 12:07:21.921 15243 15268 I Unity : "action": 2,
01-20 12:07:21.921 15243 15268 I Unity : "secondaryAction": 2,
01-20 12:07:21.921 15243 15268 I Unity : "cardTypeStr": "ACTION CARD",
01-20 12:07:21.921 15243 15268 I Unity : "title": "DEBT <size=50>COLLECTOR<
01-20 12:07:21.955 15243 15268 I Unity :
01-20 12:07:21.955 15243 15268 I Unity :
01-20 12:07:21.955 15243 15268 I Unity : Globals.NUM_OF_PLAYERS: 4 : => member name: setDebugHandsToAllPlayers : => source line number: 392
01-20 12:07:21.955 15243 15268 I Unity :
01-20 12:07:21.955 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.955 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.955 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.955 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.955 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.955 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setDebugHandsToAllPlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:392)
01-20 12:07:21.955 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:208)
01-20 12:07:21.955 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mo
01-20 12:07:21.960 15243 15268 I Unity :
01-20 12:07:21.960 15243 15268 I Unity :
01-20 12:07:21.960 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:07:21.960 15243 15268 I Unity :
01-20 12:07:21.960 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.960 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.960 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.960 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.960 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.960 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:07:21.960 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setDebugHandsToAllPlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:396)
01-20 12:07:21.960 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:208)
01-20 12:07:21.960 15243 15268 I Unity : IJDV.
01-20 12:07:21.995 15243 15268 I Unity :
01-20 12:07:21.995 15243 15268 I Unity :
01-20 12:07:21.995 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:07:21.995 15243 15268 I Unity :
01-20 12:07:21.995 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.995 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.995 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.995 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.995 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.995 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:07:21.995 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setDebugHandsToAllPlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:396)
01-20 12:07:21.995 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:208)
01-20 12:07:21.995 15243 15268 I Unity : IJDV.
01-20 12:07:21.999 15243 15268 I Unity :
01-20 12:07:21.999 15243 15268 I Unity :
01-20 12:07:21.999 15243 15268 I Unity : shareBasicGameData... : => member name: shareBasicGameData : => source line number: 1062
01-20 12:07:21.999 15243 15268 I Unity :
01-20 12:07:21.999 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:21.999 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:21.999 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:21.999 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:21.999 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:21.999 15243 15268 I Unity : PhotonManager:shareBasicGameData(List`1, List`1, Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1062)
01-20 12:07:21.999 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:212)
01-20 12:07:21.999 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController
01-20 12:07:22.109 15243 15268 I Unity :
01-20 12:07:22.109 15243 15268 I Unity :
01-20 12:07:22.109 15243 15268 I Unity : len: 4 : => member name: deserializePlayers : => source line number: 1023
01-20 12:07:22.109 15243 15268 I Unity :
01-20 12:07:22.109 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.109 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.109 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.109 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.109 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.109 15243 15268 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1023)
01-20 12:07:22.109 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 12:07:22.109 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.109 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.109 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.109 15243 15268 I Unity : Photon.Pun.PhotonNetwork:ExecuteRpc(Hashtable, P
01-20 12:07:22.179 15243 15268 I Unity :
01-20 12:07:22.179 15243 15268 I Unity :
01-20 12:07:22.179 15243 15268 I Unity : name: Swath id: 1 seat: 0 type: LOCAL isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 12:07:22.179 15243 15268 I Unity :
01-20 12:07:22.179 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.179 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.179 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.179 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.179 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.179 15243 15268 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 12:07:22.179 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 12:07:22.179 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.179 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.179 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.179 15243 15268 I Unity : Photo
01-20 12:07:22.186 15243 15268 I Unity :
01-20 12:07:22.186 15243 15268 I Unity :
01-20 12:07:22.186 15243 15268 I Unity : name: Tom id: 2 seat: 1 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 12:07:22.186 15243 15268 I Unity :
01-20 12:07:22.186 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.186 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.186 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.186 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.186 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.186 15243 15268 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 12:07:22.186 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 12:07:22.186 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.186 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.186 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.186 15243 15268 I Unity : Phot
01-20 12:07:22.198 15243 15268 I Unity :
01-20 12:07:22.198 15243 15268 I Unity :
01-20 12:07:22.198 15243 15268 I Unity : name: Yui id: 3 seat: 2 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 12:07:22.198 15243 15268 I Unity :
01-20 12:07:22.198 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.198 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.198 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.198 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.198 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.198 15243 15268 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 12:07:22.198 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 12:07:22.198 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.198 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.198 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.198 15243 15268 I Unity : Phot
01-20 12:07:22.212 15243 15268 I Unity :
01-20 12:07:22.212 15243 15268 I Unity :
01-20 12:07:22.212 15243 15268 I Unity : name: Tim id: 4 seat: 3 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 12:07:22.212 15243 15268 I Unity :
01-20 12:07:22.212 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.212 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.212 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.212 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.212 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.212 15243 15268 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 12:07:22.212 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 12:07:22.212 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.212 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.212 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.212 15243 15268 I Unity : Phot
01-20 12:07:22.214 15243 15268 I Unity :
01-20 12:07:22.214 15243 15268 I Unity :
01-20 12:07:22.214 15243 15268 I Unity : shareBasicGameDataRPC... : => member name: onShareBasicGameDataRPC : => source line number: 1176
01-20 12:07:22.214 15243 15268 I Unity :
01-20 12:07:22.214 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.214 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.214 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.214 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.214 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.214 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1176)
01-20 12:07:22.214 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.214 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.214 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 12:07:22.214 15243 15268 I Unity : Photon.Pun.PhotonNetwork:ExecuteRpc(Hashtable, Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonUnityNetworking\Code\PhotonNetworkPart.c
01-20 12:07:22.216 15243 15268 I Unity :
01-20 12:07:22.216 15243 15268 I Unity :
01-20 12:07:22.216 15243 15268 I Unity : createOnlineGame : => member name: createOnlineGame : => source line number: 183
01-20 12:07:22.216 15243 15268 I Unity :
01-20 12:07:22.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.216 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.216 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.216 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.216 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:183)
01-20 12:07:22.216 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1178)
01-20 12:07:22.216 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:22.216 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:22.216 15243 15268 I Unity : System.Reflection.MethodBase:In
01-20 12:07:22.219 15243 15268 I Unity :
01-20 12:07:22.219 15243 15268 I Unity :
01-20 12:07:22.219 15243 15268 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 12:07:22.219 15243 15268 I Unity :
01-20 12:07:22.219 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.219 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.219 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.219 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.219 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.219 15243 15268 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 12:07:22.219 15243 15268 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 12:07:22.219 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onHideProgressEvnetToView() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:782)
01-20 12:07:22.219 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:07:22.231 15243 15268 I Unity :
01-20 12:07:22.231 15243 15268 I Unity :
01-20 12:07:22.231 15243 15268 I Unity : onPlayersReadyEventToView Count 4 : => member name: onPlayersReadyEventToView : => source line number: 411
01-20 12:07:22.231 15243 15268 I Unity :
01-20 12:07:22.231 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.231 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.231 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.231 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.231 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.231 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:411)
01-20 12:07:22.231 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:241)
01-20 12:07:22.231 15243 15268 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:07:22.244 15243 15268 I Unity :
01-20 12:07:22.244 15243 15268 I Unity :
01-20 12:07:22.244 15243 15268 I Unity : CreatePlayer name: Swath id: 1 seat: 0 type: LOCAL isAi: False playfabId 1975A301E6A3E936 : => member name: CreatePlayer : => source line number: 246
01-20 12:07:22.244 15243 15268 I Unity :
01-20 12:07:22.244 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.244 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.244 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.244 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.244 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.244 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 12:07:22.244 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.244 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit
01-20 12:07:22.256 15243 15268 I Unity :
01-20 12:07:22.256 15243 15268 I Unity :
01-20 12:07:22.256 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:22.256 15243 15268 I Unity :
01-20 12:07:22.256 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.256 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.256 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.256 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.256 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.256 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:22.256 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 12:07:22.256 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.262 15243 15268 I Unity :
01-20 12:07:22.262 15243 15268 I Unity :
01-20 12:07:22.262 15243 15268 I Unity : CreatePlayer name: Tom id: 2 seat: 1 type: OPPONENT isAi: False playfabId 1009D099052A8223 : => member name: CreatePlayer : => source line number: 246
01-20 12:07:22.262 15243 15268 I Unity :
01-20 12:07:22.262 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.262 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.262 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.262 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.262 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.262 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 12:07:22.262 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.262 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:22.265 15243 15268 I Unity :
01-20 12:07:22.265 15243 15268 I Unity :
01-20 12:07:22.265 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:22.265 15243 15268 I Unity :
01-20 12:07:22.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.265 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.265 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.265 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.265 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:22.265 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 12:07:22.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.269 15243 15268 I Unity :
01-20 12:07:22.269 15243 15268 I Unity :
01-20 12:07:22.269 15243 15268 I Unity : CreatePlayer name: Yui id: 3 seat: 2 type: OPPONENT isAi: False playfabId F9CFA39D78CAE1B4 : => member name: CreatePlayer : => source line number: 246
01-20 12:07:22.269 15243 15268 I Unity :
01-20 12:07:22.269 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.269 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.269 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.269 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.269 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.269 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 12:07:22.269 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.269 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:22.273 15243 15268 I Unity :
01-20 12:07:22.273 15243 15268 I Unity :
01-20 12:07:22.273 15243 15268 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:22.273 15243 15268 I Unity :
01-20 12:07:22.273 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.273 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.273 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.273 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.273 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.273 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:22.273 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 12:07:22.273 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.277 15243 15268 I Unity :
01-20 12:07:22.277 15243 15268 I Unity :
01-20 12:07:22.277 15243 15268 I Unity : CreatePlayer name: Tim id: 4 seat: 3 type: OPPONENT isAi: False playfabId 3B20678178A93BF : => member name: CreatePlayer : => source line number: 246
01-20 12:07:22.277 15243 15268 I Unity :
01-20 12:07:22.277 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.277 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.277 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.277 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.277 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.277 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 12:07:22.277 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.277 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit
01-20 12:07:22.280 15243 15268 I Unity :
01-20 12:07:22.280 15243 15268 I Unity :
01-20 12:07:22.280 15243 15268 I Unity : UpdateRemainingActionsLabel 4 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:22.280 15243 15268 I Unity :
01-20 12:07:22.280 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.280 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.280 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.280 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.280 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.280 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:22.280 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 12:07:22.280 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 12:07:22.283 15243 15268 I Unity :
01-20 12:07:22.283 15243 15268 I Unity :
01-20 12:07:22.283 15243 15268 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 12:07:22.283 15243 15268 I Unity :
01-20 12:07:22.283 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.283 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.283 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.283 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.283 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.283 15243 15268 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 12:07:22.283 15243 15268 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 12:07:22.283 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:424)
01-20 12:07:22.283 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDe
01-20 12:07:22.287 15243 15268 I Unity :
01-20 12:07:22.287 15243 15268 I Unity :
01-20 12:07:22.287 15243 15268 I Unity : CloseWindow SharePrivateGameWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 12:07:22.287 15243 15268 I Unity :
01-20 12:07:22.287 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.287 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.287 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.287 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.287 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.287 15243 15268 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 12:07:22.287 15243 15268 I Unity : IjsUiFramework.UIController:HideWindow(UIWindows, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:160)
01-20 12:07:22.287 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onDealCardsEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewControl
01-20 12:07:22.540 15243 15268 I Unity :
01-20 12:07:22.540 15243 15268 I Unity :
01-20 12:07:22.540 15243 15268 I Unity : Coins Updated. Balance : 21375 : => member name: SubtractCoinsSuccess : => source line number: 78
01-20 12:07:22.540 15243 15268 I Unity :
01-20 12:07:22.540 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:22.540 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:22.540 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:22.540 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:22.540 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:22.540 15243 15268 I Unity : Currency:SubtractCoinsSuccess(ModifyUserVirtualCurrencyResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Currency.cs:78)
01-20 12:07:22.540 15243 15268 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 12:07:22.540 15243 15268 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHttp.cs:247)
01-20 12:07:22.540 15243 15268 I Unity : PlayFab.Internal.<Post>d__1
01-20 12:07:23.363 15243 15268 I Unity :
01-20 12:07:23.363 15243 15268 I Unity :
01-20 12:07:23.363 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:07:23.363 15243 15268 I Unity :
01-20 12:07:23.363 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.363 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.363 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.363 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.363 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.363 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:07:23.363 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:07:23.363 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:23.363 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/
01-20 12:07:23.366 15243 15268 I Unity :
01-20 12:07:23.366 15243 15268 I Unity :
01-20 12:07:23.366 15243 15268 I Unity : ReArrangeLocalPlayerhand count 5 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:07:23.366 15243 15268 I Unity :
01-20 12:07:23.366 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.366 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.366 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.366 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.366 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.366 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:07:23.366 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:07:23.366 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:23.366 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/bui
01-20 12:07:23.939 15243 15268 I Unity :
01-20 12:07:23.939 15243 15268 I Unity :
01-20 12:07:23.939 15243 15268 I Unity : onDealOver: mode:ONLINE_PRIVATE : => member name: onDealOver : => source line number: 1194
01-20 12:07:23.939 15243 15268 I Unity :
01-20 12:07:23.939 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.939 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.939 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.939 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.939 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.939 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onDealOver() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1194)
01-20 12:07:23.939 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onDealCardsEventToView>b__106_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:466)
01-20 12:07:23.939 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:23.939 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, Int
01-20 12:07:23.952 15243 15268 I Unity :
01-20 12:07:23.952 15243 15268 I Unity :
01-20 12:07:23.952 15243 15268 I Unity : UIView on set turn... 1 : => member name: onSetTurn : => source line number: 1657
01-20 12:07:23.952 15243 15268 I Unity :
01-20 12:07:23.952 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.952 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.952 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.952 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.952 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.952 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:07:23.952 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:23.952 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:23.952 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:23.961 15243 15268 I Unity :
01-20 12:07:23.961 15243 15268 I Unity :
01-20 12:07:23.961 15243 15268 I Unity : SetTurn to 1 : => member name: SetTurn : => source line number: 656
01-20 12:07:23.961 15243 15268 I Unity :
01-20 12:07:23.961 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.961 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.961 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.961 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.961 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.961 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:07:23.961 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:07:23.961 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:23.961 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:07:23.975 15243 15268 I Unity :
01-20 12:07:23.975 15243 15268 I Unity :
01-20 12:07:23.975 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:07:23.975 15243 15268 I Unity :
01-20 12:07:23.975 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.975 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.975 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.975 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.975 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.975 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:07:23.975 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:23.975 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:23.975 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:07:23.981 15243 15268 I Unity :
01-20 12:07:23.981 15243 15268 I Unity :
01-20 12:07:23.981 15243 15268 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1721
01-20 12:07:23.981 15243 15268 I Unity :
01-20 12:07:23.981 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.981 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.981 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.981 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.981 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.981 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1721)
01-20 12:07:23.981 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:23.981 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:23.981 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:07:23.987 15243 15268 I Unity :
01-20 12:07:23.987 15243 15268 I Unity :
01-20 12:07:23.987 15243 15268 I Unity : deckPointer: 20 : => member name: dealCardsToPlayer : => source line number: 445
01-20 12:07:23.987 15243 15268 I Unity :
01-20 12:07:23.987 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.987 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.987 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.987 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.987 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.987 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:dealCardsToPlayer(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:445)
01-20 12:07:23.987 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1723)
01-20 12:07:23.987 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControl
01-20 12:07:23.991 15243 15268 I Unity :
01-20 12:07:23.991 15243 15268 I Unity :
01-20 12:07:23.991 15243 15268 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1724
01-20 12:07:23.991 15243 15268 I Unity :
01-20 12:07:23.991 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:23.991 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:23.991 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:23.991 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:23.991 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:23.991 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1724)
01-20 12:07:23.991 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:23.991 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:23.991 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:07:24.001 15243 15268 I Unity :
01-20 12:07:24.001 15243 15268 I Unity :
01-20 12:07:24.001 15243 15268 I Unity : ->...... onCardMoveEventToView _playerCurUIAction DISCARD_CARD from 1 to 1 toPile HAND_PILE total cards moved 2 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:07:24.001 15243 15268 I Unity :
01-20 12:07:24.001 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.001 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.001 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.001 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.001 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.001 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:07:24.001 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1726)
01-20 12:07:24.001 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealCo
01-20 12:07:24.060 15243 15268 I Unity :
01-20 12:07:24.060 15243 15268 I Unity :
01-20 12:07:24.060 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:07:24.060 15243 15268 I Unity :
01-20 12:07:24.060 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.060 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.060 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.060 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.060 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.060 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:07:24.060 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:07:24.060 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:24.060 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/
01-20 12:07:24.061 15243 15268 I Unity :
01-20 12:07:24.061 15243 15268 I Unity :
01-20 12:07:24.061 15243 15268 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:07:24.061 15243 15268 I Unity :
01-20 12:07:24.061 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.061 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.061 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.061 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.061 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.061 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:07:24.061 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:07:24.061 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:24.061 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/bui
01-20 12:07:24.463 15243 15268 I Unity :
01-20 12:07:24.463 15243 15268 I Unity :
01-20 12:07:24.463 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:24.463 15243 15268 I Unity :
01-20 12:07:24.463 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.463 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.463 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.463 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.463 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.463 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:24.463 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:07:24.463 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:24.463 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:07:24.978 15243 15268 I Unity :
01-20 12:07:24.978 15243 15268 I Unity :
01-20 12:07:24.978 15243 15268 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:07:24.978 15243 15268 I Unity :
01-20 12:07:24.978 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.978 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.978 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.978 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.978 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.978 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:07:24.978 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:07:24.978 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:24.978 15243 15268 I Unity : Un
01-20 12:07:24.986 15243 15268 I Unity :
01-20 12:07:24.986 15243 15268 I Unity :
01-20 12:07:24.986 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:24.986 15243 15268 I Unity : From: Swath
01-20 12:07:24.986 15243 15268 I Unity : To: Swath
01-20 12:07:24.986 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:24.986 15243 15268 I Unity : Properties:
01-20 12:07:24.986 15243 15268 I Unity : isValidMv: True
01-20 12:07:24.986 15243 15268 I Unity : CardsMoved
01-20 12:07:24.986 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 45 money: 2 isPureWild: False colors: 1 Hash -2065822208
01-20 12:07:24.986 15243 15268 I Unity : type: RENT_CARD action: RENT uid: 79 money: 1 isPureWild: False colors: 2 Hash 427182336
01-20 12:07:24.986 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:07:24.986 15243 15268 I Unity :
01-20 12:07:24.986 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.986 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.986 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.986 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.986 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.986 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:07:24.986 15243 15268 I Unity : IJDV.MonopolyDeal.Controller
01-20 12:07:24.988 15243 15268 I Unity :
01-20 12:07:24.988 15243 15268 I Unity :
01-20 12:07:24.988 15243 15268 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1800
01-20 12:07:24.988 15243 15268 I Unity :
01-20 12:07:24.988 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.988 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.988 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.988 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.988 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.988 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1800)
01-20 12:07:24.988 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:07:24.988 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.
01-20 12:07:24.992 15243 15268 I Unity :
01-20 12:07:24.992 15243 15268 I Unity :
01-20 12:07:24.992 15243 15268 I Unity : onCardMove ==============PLAYER MOVE===========
01-20 12:07:24.992 15243 15268 I Unity : From: Swath
01-20 12:07:24.992 15243 15268 I Unity : To: Swath
01-20 12:07:24.992 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:24.992 15243 15268 I Unity : Properties:
01-20 12:07:24.992 15243 15268 I Unity : isValidMv: True
01-20 12:07:24.992 15243 15268 I Unity : CardsMoved
01-20 12:07:24.992 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 45 money: 2 isPureWild: False colors: 1 Hash -2065822208
01-20 12:07:24.992 15243 15268 I Unity : type: RENT_CARD action: RENT uid: 79 money: 1 isPureWild: False colors: 2 Hash 427182336
01-20 12:07:24.992 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMove : => source line number: 1092
01-20 12:07:24.992 15243 15268 I Unity :
01-20 12:07:24.992 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:24.992 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:24.992 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:24.992 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:24.992 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:24.992 15243 15268 I Unity : PhotonManager:onCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1092)
01-20 12:07:24.992 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityPr
01-20 12:07:25.003 15243 15268 I Unity :
01-20 12:07:25.003 15243 15268 I Unity :
01-20 12:07:25.003 15243 15268 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-20 12:07:25.003 15243 15268 I Unity : From: Swath
01-20 12:07:25.003 15243 15268 I Unity : To: Swath
01-20 12:07:25.003 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:25.003 15243 15268 I Unity : Properties:
01-20 12:07:25.003 15243 15268 I Unity : isValidMv: True
01-20 12:07:25.003 15243 15268 I Unity : CardsMoved
01-20 12:07:25.003 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 45 money: 2 isPureWild: False colors: 1 Hash -2065822208
01-20 12:07:25.003 15243 15268 I Unity : type: RENT_CARD action: RENT uid: 79 money: 1 isPureWild: False colors: 2 Hash 427182336
01-20 12:07:25.003 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-20 12:07:25.003 15243 15268 I Unity :
01-20 12:07:25.003 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.003 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.003 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.003 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.003 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.003 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:785)
01-20 12:07:25.003 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoD
01-20 12:07:25.008 15243 15268 I Unity :
01-20 12:07:25.008 15243 15268 I Unity :
01-20 12:07:25.008 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:25.008 15243 15268 I Unity :
01-20 12:07:25.008 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.008 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.008 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.008 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.008 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.008 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:25.008 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:804)
01-20 12:07:25.008 15243 15268 I Unity : IJDV.M
01-20 12:07:25.012 15243 15268 I Unity :
01-20 12:07:25.012 15243 15268 I Unity :
01-20 12:07:25.012 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:25.012 15243 15268 I Unity :
01-20 12:07:25.012 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.012 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.012 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.012 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.012 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.012 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:25.012 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:25.012 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\Un
01-20 12:07:25.019 15243 15268 I Unity :
01-20 12:07:25.019 15243 15268 I Unity :
01-20 12:07:25.019 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:25.019 15243 15268 I Unity :
01-20 12:07:25.019 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.019 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.019 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.019 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.019 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.019 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:25.019 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:25.019 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:25.028 15243 15268 I Unity :
01-20 12:07:25.028 15243 15268 I Unity :
01-20 12:07:25.028 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:07:25.028 15243 15268 I Unity :
01-20 12:07:25.028 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.028 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.028 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.028 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.028 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.028 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:07:25.028 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:25.028 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:07:25.031 15243 15268 I Unity :
01-20 12:07:25.031 15243 15268 I Unity :
01-20 12:07:25.031 15243 15268 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:07:25.031 15243 15268 I Unity :
01-20 12:07:25.031 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.031 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.031 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.031 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.031 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.031 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:07:25.031 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:25.031 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\
01-20 12:07:25.034 15243 15268 I Unity :
01-20 12:07:25.034 15243 15268 I Unity :
01-20 12:07:25.034 15243 15268 I Unity : _isWaitingForReqAck: False : => member name: onLocalCardMove : => source line number: 829
01-20 12:07:25.034 15243 15268 I Unity :
01-20 12:07:25.034 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.034 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.034 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.034 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.034 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.034 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:829)
01-20 12:07:25.034 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1804)
01-20 12:07:25.034 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mon
01-20 12:07:25.040 15243 15268 I Unity :
01-20 12:07:25.040 15243 15268 I Unity :
01-20 12:07:25.040 15243 15268 I Unity : onSetTurnTimerEventToView 1 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:07:25.040 15243 15268 I Unity :
01-20 12:07:25.040 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.040 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.040 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.040 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.040 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.040 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:07:25.040 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:07:25.040 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:07:25.044 15243 15268 I Unity :
01-20 12:07:25.044 15243 15268 I Unity :
01-20 12:07:25.044 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer True : => member name: ShowTurnTimer : => source line number: 664
01-20 12:07:25.044 15243 15268 I Unity :
01-20 12:07:25.044 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.044 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.044 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.044 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.044 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.044 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:07:25.044 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:07:25.044 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDea
01-20 12:07:25.046 15243 15268 I Unity :
01-20 12:07:25.046 15243 15268 I Unity :
01-20 12:07:25.046 15243 15268 I Unity : StartTimer time 30 : => member name: StartTimer : => source line number: 44
01-20 12:07:25.046 15243 15268 I Unity :
01-20 12:07:25.046 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.046 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.046 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.046 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.046 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.046 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:07:25.046 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:671)
01-20 12:07:25.046 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:07:25.046 15243 15268 I Unity : IJDV.MonopolyDeal.Co
01-20 12:07:25.051 15243 15268 I Unity :
01-20 12:07:25.051 15243 15268 I Unity :
01-20 12:07:25.051 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:25.051 15243 15268 I Unity :
01-20 12:07:25.051 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.051 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.051 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.051 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.051 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.051 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:25.051 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:25.051 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs
01-20 12:07:25.055 15243 15268 I Unity :
01-20 12:07:25.055 15243 15268 I Unity :
01-20 12:07:25.055 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:25.055 15243 15268 I Unity :
01-20 12:07:25.055 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.055 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.055 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.055 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.055 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.055 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:25.055 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:07:25.055 15243 15268 I Unity : <ExecuteAfter
01-20 12:07:25.057 15243 15268 I Unity :
01-20 12:07:25.057 15243 15268 I Unity :
01-20 12:07:25.057 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:25.057 15243 15268 I Unity :
01-20 12:07:25.057 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.057 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.057 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.057 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.057 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.057 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:25.057 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:25.057 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:07:25.058 15243 15268 I Unity :
01-20 12:07:25.058 15243 15268 I Unity :
01-20 12:07:25.058 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:25.058 15243 15268 I Unity :
01-20 12:07:25.058 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.058 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.058 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.058 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.058 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.058 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:25.058 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:25.058 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:25.060 15243 15268 I Unity :
01-20 12:07:25.060 15243 15268 I Unity :
01-20 12:07:25.060 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:07:25.060 15243 15268 I Unity :
01-20 12:07:25.060 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.060 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.060 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.060 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.060 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.060 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:07:25.060 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:25.060 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopoly
01-20 12:07:25.061 15243 15268 I Unity :
01-20 12:07:25.061 15243 15268 I Unity :
01-20 12:07:25.061 15243 15268 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:07:25.061 15243 15268 I Unity :
01-20 12:07:25.061 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:25.061 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:25.061 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:25.061 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:25.061 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:25.061 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:07:25.061 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:25.061 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:07:36.397 15243 15268 I Unity :
01-20 12:07:36.397 15243 15268 I Unity :
01-20 12:07:36.397 15243 15268 I Unity : OnPointerClick tapMode None tweeningCard False isMultiSelectEnabled False playState READY_TO_PLAY selectingForCardSwap False for Money Card : => member name: OnPointerClick : => source line number: 580
01-20 12:07:36.397 15243 15268 I Unity :
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:36.397 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:36.397 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:580)
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
01-20 12:07:36.397 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execu
01-20 12:07:36.408 15243 15268 I Unity :
01-20 12:07:36.408 15243 15268 I Unity :
01-20 12:07:36.408 15243 15268 I Unity : CacheCurSelectedUICard type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash 993552768 : => member name: CacheCurSelectedUICard : => source line number: 1806
01-20 12:07:36.408 15243 15268 I Unity :
01-20 12:07:36.408 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:36.408 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:36.408 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:36.408 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:36.408 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:36.408 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CacheCurSelectedUICard(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1806)
01-20 12:07:36.408 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:633)
01-20 12:07:36.408 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (a
01-20 12:07:36.413 15243 15268 I Unity :
01-20 12:07:36.413 15243 15268 I Unity :
01-20 12:07:36.413 15243 15268 I Unity : CanFlipTheCard False : => member name: CanFlipTheCard : => source line number: 555
01-20 12:07:36.413 15243 15268 I Unity :
01-20 12:07:36.413 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:36.413 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:36.413 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:36.413 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:36.413 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:36.413 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanFlipTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:555)
01-20 12:07:36.413 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1130)
01-20 12:07:36.413 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:07:36.413 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program File
01-20 12:07:36.419 15243 15268 I Unity :
01-20 12:07:36.419 15243 15268 I Unity :
01-20 12:07:36.419 15243 15268 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-20 12:07:36.419 15243 15268 I Unity :
01-20 12:07:36.419 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:36.419 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:36.419 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:36.419 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:36.419 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:36.419 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:562)
01-20 12:07:36.419 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1131)
01-20 12:07:36.419 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:07:36.419 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Pro
01-20 12:07:36.423 15243 15268 I Unity :
01-20 12:07:36.423 15243 15268 I Unity :
01-20 12:07:36.423 15243 15268 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-20 12:07:36.423 15243 15268 I Unity :
01-20 12:07:36.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:36.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:36.423 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:36.423 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:36.423 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:36.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:569)
01-20 12:07:36.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1132)
01-20 12:07:36.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:07:36.423 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Un
01-20 12:07:37.317 15243 15268 I Unity :
01-20 12:07:37.317 15243 15268 I Unity :
01-20 12:07:37.317 15243 15268 I Unity : PerformCardTapMoveToBank True : => member name: PerformCardTapMoveToBank : => source line number: 705
01-20 12:07:37.317 15243 15268 I Unity :
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.317 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.317 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:705)
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:07:37.317 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:07:37.317 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\UI\UIButton.cs:
01-20 12:07:37.318 15243 15268 I Unity :
01-20 12:07:37.318 15243 15268 I Unity :
01-20 12:07:37.318 15243 15268 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-20 12:07:37.318 15243 15268 I Unity :
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.318 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.318 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:569)
01-20 12:07:37.318 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:709)
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:07:37.318 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:07:37.318 15243 15268 I Unity : I
01-20 12:07:37.322 15243 15268 I Unity :
01-20 12:07:37.322 15243 15268 I Unity :
01-20 12:07:37.322 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState TWEENING_CARD handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:37.322 15243 15268 I Unity :
01-20 12:07:37.322 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.322 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.322 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.322 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.322 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.322 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:37.322 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\
01-20 12:07:37.328 15243 15268 I Unity :
01-20 12:07:37.328 15243 15268 I Unity :
01-20 12:07:37.328 15243 15268 I Unity : ->...... onCardMoveEventToView _playerCurUIAction DISCARD_CARD from 1 to 1 toPile BANK_PILE total cards moved 1 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:07:37.328 15243 15268 I Unity :
01-20 12:07:37.328 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.328 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.328 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.328 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.328 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.328 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:07:37.328 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControll
01-20 12:07:37.333 15243 15268 I Unity :
01-20 12:07:37.333 15243 15268 I Unity :
01-20 12:07:37.333 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:07:37.333 15243 15268 I Unity :
01-20 12:07:37.333 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.333 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.333 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.333 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.333 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.333 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:07:37.333 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnLocalPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1395)
01-20 12:07:37.333 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCont
01-20 12:07:37.337 15243 15268 I Unity :
01-20 12:07:37.337 15243 15268 I Unity :
01-20 12:07:37.337 15243 15268 I Unity : ClearCacheCurSelectedUICard type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash 993552768 : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:37.337 15243 15268 I Unity :
01-20 12:07:37.337 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.337 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.337 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.337 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.337 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.337 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:37.337 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnLocalPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1400)
01-20 12:07:37.337 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewControlle
01-20 12:07:37.338 15243 15268 I Unity :
01-20 12:07:37.338 15243 15268 I Unity :
01-20 12:07:37.338 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:37.338 15243 15268 I Unity :
01-20 12:07:37.338 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.338 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.338 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.338 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.338 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.338 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:37.338 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:37.338 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:37.935 15243 15268 I Unity :
01-20 12:07:37.935 15243 15268 I Unity :
01-20 12:07:37.935 15243 15268 I Unity : ReArrangeLocalPlayerBank count 1 : => member name: ReArrangeLocalPlayerBank : => source line number: 596
01-20 12:07:37.935 15243 15268 I Unity :
01-20 12:07:37.935 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.935 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.935 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.935 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.935 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.935 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerBank(Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:596)
01-20 12:07:37.935 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnLocalPlayerMoveCardToBank>b__112_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1409)
01-20 12:07:37.935 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:37.935 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\Monopoly
01-20 12:07:37.938 15243 15268 I Unity :
01-20 12:07:37.938 15243 15268 I Unity :
01-20 12:07:37.938 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:37.938 15243 15268 I Unity :
01-20 12:07:37.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.938 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.938 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.938 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.938 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:37.938 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealCont
01-20 12:07:37.939 15243 15268 I Unity :
01-20 12:07:37.939 15243 15268 I Unity :
01-20 12:07:37.939 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:37.939 15243 15268 I Unity :
01-20 12:07:37.939 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.939 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.939 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.939 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.939 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.939 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:37.939 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:37.939 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer,
01-20 12:07:37.942 15243 15268 I Unity :
01-20 12:07:37.942 15243 15268 I Unity :
01-20 12:07:37.942 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:37.942 15243 15268 I Unity :
01-20 12:07:37.942 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.942 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.942 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.942 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.942 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.942 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:37.942 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:37.942 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:37.943 15243 15268 I Unity :
01-20 12:07:37.943 15243 15268 I Unity :
01-20 12:07:37.943 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:07:37.943 15243 15268 I Unity :
01-20 12:07:37.943 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.943 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.943 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.943 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.943 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.943 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:07:37.943 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:37.943 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 12:07:37.946 15243 15268 I Unity :
01-20 12:07:37.946 15243 15268 I Unity :
01-20 12:07:37.946 15243 15268 I Unity : ReArrangeLocalPlayerhand count 6 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:07:37.946 15243 15268 I Unity :
01-20 12:07:37.946 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:37.946 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:37.946 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:37.946 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:37.946 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:37.946 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:07:37.946 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:07:37.946 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:07:38.333 15243 15268 I Unity :
01-20 12:07:38.333 15243 15268 I Unity :
01-20 12:07:38.333 15243 15268 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:07:38.333 15243 15268 I Unity :
01-20 12:07:38.333 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.333 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.333 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.333 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.333 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.333 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:07:38.333 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:07:38.333 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:07:38.333 15243 15268 I Unity : Un
01-20 12:07:38.334 15243 15268 I Unity :
01-20 12:07:38.334 15243 15268 I Unity :
01-20 12:07:38.334 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:38.334 15243 15268 I Unity : From: Swath
01-20 12:07:38.334 15243 15268 I Unity : To: Swath
01-20 12:07:38.334 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:07:38.334 15243 15268 I Unity : Properties:
01-20 12:07:38.334 15243 15268 I Unity : isValidMv: True
01-20 12:07:38.334 15243 15268 I Unity : CardsMoved
01-20 12:07:38.334 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash 993552768
01-20 12:07:38.334 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:07:38.334 15243 15268 I Unity :
01-20 12:07:38.334 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.334 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.334 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.334 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.334 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.334 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:07:38.334 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\Monopo
01-20 12:07:38.335 15243 15268 I Unity :
01-20 12:07:38.335 15243 15268 I Unity :
01-20 12:07:38.335 15243 15268 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1800
01-20 12:07:38.335 15243 15268 I Unity :
01-20 12:07:38.335 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.335 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.335 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.335 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.335 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.335 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1800)
01-20 12:07:38.335 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:07:38.335 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.
01-20 12:07:38.337 15243 15268 I Unity :
01-20 12:07:38.337 15243 15268 I Unity :
01-20 12:07:38.337 15243 15268 I Unity : onCardMove ==============PLAYER MOVE===========
01-20 12:07:38.337 15243 15268 I Unity : From: Swath
01-20 12:07:38.337 15243 15268 I Unity : To: Swath
01-20 12:07:38.337 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:07:38.337 15243 15268 I Unity : Properties:
01-20 12:07:38.337 15243 15268 I Unity : isValidMv: True
01-20 12:07:38.337 15243 15268 I Unity : CardsMoved
01-20 12:07:38.337 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash 993552768
01-20 12:07:38.337 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMove : => source line number: 1092
01-20 12:07:38.337 15243 15268 I Unity :
01-20 12:07:38.337 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.337 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.337 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.337 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.337 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.337 15243 15268 I Unity : PhotonManager:onCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1092)
01-20 12:07:38.337 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControll
01-20 12:07:38.339 15243 15268 I Unity :
01-20 12:07:38.339 15243 15268 I Unity :
01-20 12:07:38.339 15243 15268 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-20 12:07:38.339 15243 15268 I Unity : From: Swath
01-20 12:07:38.339 15243 15268 I Unity : To: Swath
01-20 12:07:38.339 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:07:38.339 15243 15268 I Unity : Properties:
01-20 12:07:38.339 15243 15268 I Unity : isValidMv: True
01-20 12:07:38.339 15243 15268 I Unity : CardsMoved
01-20 12:07:38.339 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash 993552768
01-20 12:07:38.339 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-20 12:07:38.339 15243 15268 I Unity :
01-20 12:07:38.339 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.339 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.339 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.339 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.339 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.339 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:785)
01-20 12:07:38.339 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\Mo
01-20 12:07:38.342 15243 15268 I Unity :
01-20 12:07:38.342 15243 15268 I Unity :
01-20 12:07:38.342 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:38.342 15243 15268 I Unity :
01-20 12:07:38.342 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.342 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.342 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.342 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.342 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.342 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:38.342 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:07:38.342 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopoly
01-20 12:07:38.344 15243 15268 I Unity :
01-20 12:07:38.344 15243 15268 I Unity :
01-20 12:07:38.344 15243 15268 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:07:38.344 15243 15268 I Unity :
01-20 12:07:38.344 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.344 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.344 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.344 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.344 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.344 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:07:38.344 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:796)
01-20 12:07:38.344 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\Mono
01-20 12:07:38.345 15243 15268 I Unity :
01-20 12:07:38.345 15243 15268 I Unity :
01-20 12:07:38.345 15243 15268 I Unity : _isWaitingForReqAck: False : => member name: onLocalCardMove : => source line number: 829
01-20 12:07:38.345 15243 15268 I Unity :
01-20 12:07:38.345 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.345 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.345 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.345 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.345 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.345 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:829)
01-20 12:07:38.345 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1804)
01-20 12:07:38.345 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mon
01-20 12:07:38.407 15243 15268 I Unity :
01-20 12:07:38.407 15243 15268 I Unity :
01-20 12:07:38.407 15243 15268 I Unity : PerformCardTapPassAndEndTheTurn : => member name: PerformCardTapPassAndEndTheTurn : => source line number: 1123
01-20 12:07:38.407 15243 15268 I Unity :
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.407 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.407 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1123)
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:07:38.407 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:07:38.407 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramewo
01-20 12:07:38.411 15243 15268 I Unity :
01-20 12:07:38.411 15243 15268 I Unity :
01-20 12:07:38.411 15243 15268 I Unity : On PASS from Swath : => member name: onLocalPlayerPassFromView : => source line number: 1573
01-20 12:07:38.411 15243 15268 I Unity :
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.411 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.411 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1573)
01-20 12:07:38.411 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1125)
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:07:38.411 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/b
01-20 12:07:38.412 15243 15268 I Unity :
01-20 12:07:38.412 15243 15268 I Unity :
01-20 12:07:38.412 15243 15268 I Unity : On Pass: canPlay: True : => member name: onLocalPlayerPassFromView : => source line number: 1602
01-20 12:07:38.412 15243 15268 I Unity :
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.412 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.412 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1602)
01-20 12:07:38.412 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1125)
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:07:38.412 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokk
01-20 12:07:38.415 15243 15268 I Unity :
01-20 12:07:38.415 15243 15268 I Unity :
01-20 12:07:38.415 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState NONE handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:38.415 15243 15268 I Unity :
01-20 12:07:38.415 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.415 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.415 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.415 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.415 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.415 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:38.415 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:endMyTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:972)
01-20 12:07:38.415 15243 15268 I Unity : IJDV.MonopolyDeal.Cont
01-20 12:07:38.423 15243 15268 I Unity :
01-20 12:07:38.423 15243 15268 I Unity :
01-20 12:07:38.423 15243 15268 I Unity : End Trun isLocalPlayer? True id 1 : => member name: EndTurn : => source line number: 1182
01-20 12:07:38.423 15243 15268 I Unity :
01-20 12:07:38.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.423 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.423 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.423 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:07:38.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:07:38.423 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:07:38.423 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mono
01-20 12:07:38.428 15243 15268 I Unity :
01-20 12:07:38.428 15243 15268 I Unity :
01-20 12:07:38.428 15243 15268 I Unity : turnTimer on Timeout False : => member name: ShowTurnTimer : => source line number: 676
01-20 12:07:38.428 15243 15268 I Unity :
01-20 12:07:38.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.428 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.428 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.428 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.428 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 12:07:38.428 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StopTimer() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:67)
01-20 12:07:38.428 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1185)
01-20 12:07:38.428 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 12:07:38.431 15243 15268 I Unity :
01-20 12:07:38.431 15243 15268 I Unity :
01-20 12:07:38.431 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:38.431 15243 15268 I Unity :
01-20 12:07:38.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.431 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.431 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.431 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.431 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:38.431 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:38.431 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1189)
01-20 12:07:38.431 15243 15268 I Unity : IJDV
01-20 12:07:38.456 15243 15268 I Unity :
01-20 12:07:38.456 15243 15268 I Unity :
01-20 12:07:38.456 15243 15268 I Unity : UIView on set turn... 2 : => member name: onSetTurn : => source line number: 1657
01-20 12:07:38.456 15243 15268 I Unity :
01-20 12:07:38.456 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.456 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.456 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.456 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.456 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.456 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:07:38.456 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:38.456 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:38.456 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:38.459 15243 15268 I Unity :
01-20 12:07:38.459 15243 15268 I Unity :
01-20 12:07:38.459 15243 15268 I Unity : SetTurn to 2 : => member name: SetTurn : => source line number: 656
01-20 12:07:38.459 15243 15268 I Unity :
01-20 12:07:38.459 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.459 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.459 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.459 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.459 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.459 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:07:38.459 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:07:38.459 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:38.459 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:07:38.461 15243 15268 I Unity :
01-20 12:07:38.461 15243 15268 I Unity :
01-20 12:07:38.461 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:07:38.461 15243 15268 I Unity :
01-20 12:07:38.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.461 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.461 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.461 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:07:38.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:38.461 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:38.461 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:07:38.915 15243 15268 I Unity :
01-20 12:07:38.915 15243 15268 I Unity :
01-20 12:07:38.915 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:38.915 15243 15268 I Unity :
01-20 12:07:38.915 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.915 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.915 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.915 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.915 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.915 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:38.915 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:07:38.915 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:38.915 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:07:38.950 15243 15268 I Unity :
01-20 12:07:38.950 15243 15268 I Unity :
01-20 12:07:38.950 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:38.950 15243 15268 I Unity :
01-20 12:07:38.950 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:38.950 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:38.950 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:38.950 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:38.950 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:38.950 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:38.950 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:07:38.950 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:38.950 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:07:39.461 15243 15268 I Unity :
01-20 12:07:39.461 15243 15268 I Unity :
01-20 12:07:39.461 15243 15268 I Unity : onSetTurnTimerEventToView 2 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:07:39.461 15243 15268 I Unity :
01-20 12:07:39.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:39.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:39.461 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:39.461 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:39.461 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:39.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:07:39.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:07:39.461 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:07:39.462 15243 15268 I Unity :
01-20 12:07:39.462 15243 15268 I Unity :
01-20 12:07:39.462 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:07:39.462 15243 15268 I Unity :
01-20 12:07:39.462 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:39.462 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:39.462 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:39.462 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:39.462 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:39.462 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:07:39.462 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:07:39.462 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:07:39.463 15243 15268 I Unity :
01-20 12:07:39.463 15243 15268 I Unity :
01-20 12:07:39.463 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 1 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:39.463 15243 15268 I Unity :
01-20 12:07:39.463 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:39.463 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:39.463 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:39.463 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:39.463 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:39.463 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:39.463 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:07:39.463 15243 15268 I Unity : <ExecuteAfte
01-20 12:07:39.465 15243 15268 I Unity :
01-20 12:07:39.465 15243 15268 I Unity :
01-20 12:07:39.465 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:39.465 15243 15268 I Unity :
01-20 12:07:39.465 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:39.465 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:39.465 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:39.465 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:39.465 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:39.465 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:39.465 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:39.465 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:07:39.466 15243 15268 I Unity :
01-20 12:07:39.466 15243 15268 I Unity :
01-20 12:07:39.466 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:39.466 15243 15268 I Unity :
01-20 12:07:39.466 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:39.466 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:39.466 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:39.466 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:39.466 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:39.466 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:39.466 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:39.466 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:40.052 15243 15268 I Unity :
01-20 12:07:40.052 15243 15268 I Unity :
01-20 12:07:40.052 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:40.052 15243 15268 I Unity :
01-20 12:07:40.052 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.052 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.052 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.052 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.052 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.052 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:40.052 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:40.052 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:40.052 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:40.052 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:40.064 15243 15268 I Unity :
01-20 12:07:40.064 15243 15268 I Unity :
01-20 12:07:40.064 15243 15268 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:07:40.064 15243 15268 I Unity :
01-20 12:07:40.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.064 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.064 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.064 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.064 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:40.064 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:40.064 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:40.064 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:40.077 15243 15268 I Unity :
01-20 12:07:40.077 15243 15268 I Unity :
01-20 12:07:40.077 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:40.077 15243 15268 I Unity :
01-20 12:07:40.077 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.077 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.077 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.077 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.077 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.077 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:40.077 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:40.077 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:40.077 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:40.081 15243 15268 I Unity :
01-20 12:07:40.081 15243 15268 I Unity :
01-20 12:07:40.081 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:40.081 15243 15268 I Unity : From: Tom
01-20 12:07:40.081 15243 15268 I Unity : To: Tom
01-20 12:07:40.081 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:40.081 15243 15268 I Unity : Properties:
01-20 12:07:40.081 15243 15268 I Unity : isValidMv: True
01-20 12:07:40.081 15243 15268 I Unity : CardsMoved
01-20 12:07:40.081 15243 15268 I Unity : type: RENT_CARD action: RENT uid: 85 money: 1 isPureWild: False colors: 2 Hash -648746496
01-20 12:07:40.081 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456
01-20 12:07:40.081 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:40.081 15243 15268 I Unity :
01-20 12:07:40.081 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.081 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.081 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.081 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.081 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.081 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:40.081 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCa
01-20 12:07:40.085 15243 15268 I Unity :
01-20 12:07:40.085 15243 15268 I Unity :
01-20 12:07:40.085 15243 15268 I Unity : from: Tom to: Tom : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:40.085 15243 15268 I Unity :
01-20 12:07:40.085 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.085 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.085 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.085 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.085 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.085 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:40.085 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:40.085 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:40.085 15243 15268 I Unity : System.Reflection.M
01-20 12:07:40.091 15243 15268 I Unity :
01-20 12:07:40.091 15243 15268 I Unity :
01-20 12:07:40.091 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:07:40.091 15243 15268 I Unity :
01-20 12:07:40.091 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.091 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.091 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.091 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.091 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.091 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:07:40.091 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:07:40.091 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:07:40.102 15243 15268 I Unity :
01-20 12:07:40.102 15243 15268 I Unity :
01-20 12:07:40.102 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:40.102 15243 15268 I Unity :
01-20 12:07:40.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.102 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.102 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.102 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.102 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:40.102 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:40.102 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:40.106 15243 15268 I Unity :
01-20 12:07:40.106 15243 15268 I Unity :
01-20 12:07:40.106 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:40.106 15243 15268 I Unity :
01-20 12:07:40.106 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:40.106 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:40.106 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:40.106 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:40.106 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:40.106 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:40.106 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:40.106 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:07:47.139 15243 15268 I Unity :
01-20 12:07:47.139 15243 15268 I Unity :
01-20 12:07:47.139 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:47.139 15243 15268 I Unity :
01-20 12:07:47.139 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.139 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.139 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.139 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.139 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.139 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:47.139 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.139 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:47.139 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:47.139 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:47.144 15243 15268 I Unity :
01-20 12:07:47.144 15243 15268 I Unity :
01-20 12:07:47.144 15243 15268 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:07:47.144 15243 15268 I Unity :
01-20 12:07:47.144 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.144 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.144 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.144 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.144 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.144 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:47.144 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:47.144 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.144 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:47.158 15243 15268 I Unity :
01-20 12:07:47.158 15243 15268 I Unity :
01-20 12:07:47.158 15243 15268 I Unity : UID: 36 : => member name: findAndGetCards : => source line number: 320
01-20 12:07:47.158 15243 15268 I Unity :
01-20 12:07:47.158 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.158 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.158 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.158 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.158 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.158 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:07:47.158 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:47.158 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:47.158 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppn
01-20 12:07:47.163 15243 15268 I Unity :
01-20 12:07:47.163 15243 15268 I Unity :
01-20 12:07:47.163 15243 15268 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:07:47.163 15243 15268 I Unity :
01-20 12:07:47.163 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.163 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.163 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.163 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.163 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.163 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:07:47.163 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:47.163 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:47.163 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:07:47.167 15243 15268 I Unity :
01-20 12:07:47.167 15243 15268 I Unity :
01-20 12:07:47.167 15243 15268 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:07:47.167 15243 15268 I Unity :
01-20 12:07:47.167 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.167 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.167 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.167 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.167 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.167 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:07:47.167 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:47.167 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:47.167 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:07:47.172 15243 15268 I Unity :
01-20 12:07:47.172 15243 15268 I Unity :
01-20 12:07:47.172 15243 15268 I Unity : dzPmv.fromKey: 0 : => member name: deSerilaize : => source line number: 40
01-20 12:07:47.172 15243 15268 I Unity :
01-20 12:07:47.172 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.172 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.172 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.172 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.172 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.172 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:40)
01-20 12:07:47.172 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:47.172 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.172 15243 15268 I Unity : System.Reflection.MonoMethod:In
01-20 12:07:47.177 15243 15268 I Unity :
01-20 12:07:47.177 15243 15268 I Unity :
01-20 12:07:47.177 15243 15268 I Unity : dzPmv.fromPlayerProperties: : => member name: deSerilaize : => source line number: 45
01-20 12:07:47.177 15243 15268 I Unity :
01-20 12:07:47.177 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.177 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.177 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.177 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.177 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.177 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:45)
01-20 12:07:47.177 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:47.177 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.177 15243 15268 I Unity : System.Reflection.M
01-20 12:07:47.181 15243 15268 I Unity :
01-20 12:07:47.181 15243 15268 I Unity :
01-20 12:07:47.181 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:47.181 15243 15268 I Unity :
01-20 12:07:47.181 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.181 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.181 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.181 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.181 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.181 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:47.181 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:47.181 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.181 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:47.184 15243 15268 I Unity :
01-20 12:07:47.184 15243 15268 I Unity :
01-20 12:07:47.184 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:47.184 15243 15268 I Unity : From: Tom
01-20 12:07:47.184 15243 15268 I Unity : To: Tom
01-20 12:07:47.184 15243 15268 I Unity : ToPile: PROPERTY_PILE
01-20 12:07:47.184 15243 15268 I Unity : Properties:
01-20 12:07:47.184 15243 15268 I Unity : isValidMv: True
01-20 12:07:47.184 15243 15268 I Unity : CardsMoved
01-20 12:07:47.184 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456
01-20 12:07:47.184 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:47.184 15243 15268 I Unity :
01-20 12:07:47.184 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.184 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.184 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.184 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.184 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.184 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:47.184 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyD
01-20 12:07:47.187 15243 15268 I Unity :
01-20 12:07:47.187 15243 15268 I Unity :
01-20 12:07:47.187 15243 15268 I Unity : from: Tom to: Tom : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:47.187 15243 15268 I Unity :
01-20 12:07:47.187 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.187 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.187 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.187 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.187 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.187 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:47.187 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:47.187 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.187 15243 15268 I Unity : System.Reflection.M
01-20 12:07:47.190 15243 15268 I Unity :
01-20 12:07:47.190 15243 15268 I Unity :
01-20 12:07:47.190 15243 15268 I Unity : toProp: : => member name: onOthersCardMove : => source line number: 732
01-20 12:07:47.190 15243 15268 I Unity :
01-20 12:07:47.190 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.190 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.190 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.190 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.190 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.190 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:732)
01-20 12:07:47.190 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:47.190 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.190 15243 15268 I Unity : System.Reflection.MonoMethod
01-20 12:07:47.195 15243 15268 I Unity :
01-20 12:07:47.195 15243 15268 I Unity :
01-20 12:07:47.195 15243 15268 I Unity : Adding new property : => member name: addNewProperty : => source line number: 536
01-20 12:07:47.195 15243 15268 I Unity :
01-20 12:07:47.195 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.195 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.195 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.195 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.195 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.195 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:536)
01-20 12:07:47.195 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:741)
01-20 12:07:47.195 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:47.195 15243 15268 I Unity : Phot
01-20 12:07:47.203 15243 15268 I Unity :
01-20 12:07:47.203 15243 15268 I Unity :
01-20 12:07:47.203 15243 15268 I Unity : PrimaryColor: #274EA1 key: 0 : => member name: updatePrimayColorAndKey : => source line number: 232
01-20 12:07:47.203 15243 15268 I Unity :
01-20 12:07:47.203 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.203 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.203 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.203 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.203 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.203 15243 15268 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\Properties.cs:232)
01-20 12:07:47.203 15243 15268 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\Properties.cs:204)
01-20 12:07:47.203 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:538)
01-20 12:07:47.203 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(Play
01-20 12:07:47.206 15243 15268 I Unity :
01-20 12:07:47.206 15243 15268 I Unity :
01-20 12:07:47.206 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:47.206 15243 15268 I Unity :
01-20 12:07:47.206 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.206 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.206 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.206 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.206 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.206 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:47.206 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:07:47.206 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:07:47.209 15243 15268 I Unity :
01-20 12:07:47.209 15243 15268 I Unity :
01-20 12:07:47.209 15243 15268 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:07:47.209 15243 15268 I Unity :
01-20 12:07:47.209 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.209 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.209 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.209 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.209 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.209 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:07:47.209 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:07:47.209 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:47.212 15243 15268 I Unity :
01-20 12:07:47.212 15243 15268 I Unity :
01-20 12:07:47.212 15243 15268 I Unity : Tom card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:07:47.212 15243 15268 I Unity :
01-20 12:07:47.212 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.212 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.212 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.212 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.212 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.212 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:07:47.212 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:47.212 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:47.212 15243 15268 I Unity : System.Reflection
01-20 12:07:47.216 15243 15268 I Unity :
01-20 12:07:47.216 15243 15268 I Unity :
01-20 12:07:47.216 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:07:47.216 15243 15268 I Unity :
01-20 12:07:47.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.216 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.216 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.216 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.216 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:07:47.216 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:07:47.216 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit
01-20 12:07:47.218 15243 15268 I Unity :
01-20 12:07:47.218 15243 15268 I Unity :
01-20 12:07:47.218 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile PROPERTY_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:47.218 15243 15268 I Unity :
01-20 12:07:47.218 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.218 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.218 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.218 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.218 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.218 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:47.218 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:47.218 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC
01-20 12:07:47.221 15243 15268 I Unity :
01-20 12:07:47.221 15243 15268 I Unity :
01-20 12:07:47.221 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:47.221 15243 15268 I Unity :
01-20 12:07:47.221 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.221 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.221 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.221 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.221 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.221 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:47.221 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:47.221 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:07:47.223 15243 15268 I Unity :
01-20 12:07:47.223 15243 15268 I Unity :
01-20 12:07:47.223 15243 15268 I Unity : onOppntPlayerCardMoveEventToView moving to PROPERTY_PILE cardsMoved.Count 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 702
01-20 12:07:47.223 15243 15268 I Unity :
01-20 12:07:47.223 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.223 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.223 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.223 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.223 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.223 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:702)
01-20 12:07:47.223 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:47.223 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (
01-20 12:07:47.227 15243 15268 I Unity :
01-20 12:07:47.227 15243 15268 I Unity :
01-20 12:07:47.227 15243 15268 I Unity : Card to spawn type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 710
01-20 12:07:47.227 15243 15268 I Unity :
01-20 12:07:47.227 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.227 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.227 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.227 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.227 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.227 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:710)
01-20 12:07:47.227 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:47.227 15243 15268 I Unity : PhotonManager:on
01-20 12:07:47.234 15243 15268 I Unity :
01-20 12:07:47.234 15243 15268 I Unity :
01-20 12:07:47.234 15243 15268 I Unity : PROPERTY_PILE toPlayer.isLocalPlayer? False from PROPERTY_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 721
01-20 12:07:47.234 15243 15268 I Unity :
01-20 12:07:47.234 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.234 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.234 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.234 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.234 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.234 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:721)
01-20 12:07:47.234 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:47.234 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:47.244 15243 15268 I Unity :
01-20 12:07:47.244 15243 15268 I Unity :
01-20 12:07:47.244 15243 15268 I Unity : OnOppPlayerMoveCardToPropertyPile name: Tom id: 2 seat: 1 type: OPPONENT isAi: False anchoredPosition (0.0, 0.0) : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1274
01-20 12:07:47.244 15243 15268 I Unity :
01-20 12:07:47.244 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.244 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.244 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.244 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.244 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.244 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1274)
01-20 12:07:47.244 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:728)
01-20 12:07:47.244 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mono
01-20 12:07:47.247 15243 15268 I Unity :
01-20 12:07:47.247 15243 15268 I Unity :
01-20 12:07:47.247 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:07:47.247 15243 15268 I Unity :
01-20 12:07:47.247 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.247 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.247 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.247 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.247 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.247 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:07:47.247 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1278)
01-20 12:07:47.247 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealU
01-20 12:07:47.250 15243 15268 I Unity :
01-20 12:07:47.250 15243 15268 I Unity :
01-20 12:07:47.250 15243 15268 I Unity : OnOppPlayerMoveCardToPropertyPile fromPlayerPropertieskey: toPropertieskey: Card: type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456 _uiProperties.Count: 0 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1282
01-20 12:07:47.250 15243 15268 I Unity :
01-20 12:07:47.250 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.250 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.250 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.250 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.250 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.250 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1282)
01-20 12:07:47.250 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopo
01-20 12:07:47.254 15243 15268 I Unity :
01-20 12:07:47.254 15243 15268 I Unity :
01-20 12:07:47.254 15243 15268 I Unity : OnOppPlayerMoveCardToPropertyPile found property? 0 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1286
01-20 12:07:47.254 15243 15268 I Unity :
01-20 12:07:47.254 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.254 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.254 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.254 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.254 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.254 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1286)
01-20 12:07:47.254 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:728)
01-20 12:07:47.254 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (a
01-20 12:07:47.258 15243 15268 I Unity :
01-20 12:07:47.258 15243 15268 I Unity :
01-20 12:07:47.258 15243 15268 I Unity : OnOppPlayerMoveCardToPropertyPile not found existing prop group. Creating new one : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1299
01-20 12:07:47.258 15243 15268 I Unity :
01-20 12:07:47.258 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.258 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.258 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.258 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.258 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.258 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1299)
01-20 12:07:47.258 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:728)
01-20 12:07:47.258 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOp
01-20 12:07:47.264 15243 15268 I Unity :
01-20 12:07:47.264 15243 15268 I Unity :
01-20 12:07:47.264 15243 15268 I Unity : AddCard type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456 key 0 : => member name: AddCard : => source line number: 96
01-20 12:07:47.264 15243 15268 I Unity :
01-20 12:07:47.264 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.264 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.264 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.264 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.264 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.264 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIProperties:AddCard(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIProperties.cs:96)
01-20 12:07:47.264 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1308)
01-20 12:07:47.264 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:07:47.270 15243 15268 I Unity :
01-20 12:07:47.270 15243 15268 I Unity :
01-20 12:07:47.270 15243 15268 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash -720564736 : => member name: ToggleInteractive : => source line number: 198
01-20 12:07:47.270 15243 15268 I Unity :
01-20 12:07:47.270 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.270 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.270 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.270 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.270 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.270 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIProperties.cs:198)
01-20 12:07:47.270 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1315)
01-20 12:07:47.270 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMove
01-20 12:07:47.318 15243 15268 I Unity :
01-20 12:07:47.318 15243 15268 I Unity :
01-20 12:07:47.318 15243 15268 I Unity : End Trun isLocalPlayer? False id 2 : => member name: EndTurn : => source line number: 1182
01-20 12:07:47.318 15243 15268 I Unity :
01-20 12:07:47.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.318 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.318 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.318 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.318 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.318 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:07:47.318 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:07:47.318 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:07:47.318 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-20 12:07:47.321 15243 15268 I Unity :
01-20 12:07:47.321 15243 15268 I Unity :
01-20 12:07:47.321 15243 15268 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash -720564736 : => member name: ToggleInteractive : => source line number: 198
01-20 12:07:47.321 15243 15268 I Unity :
01-20 12:07:47.321 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.321 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.321 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.321 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.321 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.321 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIProperties.cs:198)
01-20 12:07:47.321 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:431)
01-20 12:07:47.321 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:47.351 15243 15268 I Unity :
01-20 12:07:47.351 15243 15268 I Unity :
01-20 12:07:47.351 15243 15268 I Unity : UIView on set turn... 3 : => member name: onSetTurn : => source line number: 1657
01-20 12:07:47.351 15243 15268 I Unity :
01-20 12:07:47.351 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.351 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.351 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.351 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.351 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.351 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:07:47.351 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:47.351 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:47.351 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:47.357 15243 15268 I Unity :
01-20 12:07:47.357 15243 15268 I Unity :
01-20 12:07:47.357 15243 15268 I Unity : SetTurn to 3 : => member name: SetTurn : => source line number: 656
01-20 12:07:47.357 15243 15268 I Unity :
01-20 12:07:47.357 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.357 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.357 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.357 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.357 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.357 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:07:47.357 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:07:47.357 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:47.357 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:07:47.359 15243 15268 I Unity :
01-20 12:07:47.359 15243 15268 I Unity :
01-20 12:07:47.359 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:07:47.359 15243 15268 I Unity :
01-20 12:07:47.359 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.359 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.359 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.359 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.359 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.359 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:07:47.359 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:47.359 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:47.359 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:07:47.789 15243 15268 I Unity :
01-20 12:07:47.789 15243 15268 I Unity :
01-20 12:07:47.789 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:47.789 15243 15268 I Unity :
01-20 12:07:47.789 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.789 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.789 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.789 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.789 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.789 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:47.789 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:07:47.789 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:47.789 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:07:47.864 15243 15268 I Unity :
01-20 12:07:47.864 15243 15268 I Unity :
01-20 12:07:47.864 15243 15268 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:47.864 15243 15268 I Unity :
01-20 12:07:47.864 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:47.864 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:47.864 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:47.864 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:47.864 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:47.864 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:47.864 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:07:47.864 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:47.864 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:07:48.372 15243 15268 I Unity :
01-20 12:07:48.372 15243 15268 I Unity :
01-20 12:07:48.372 15243 15268 I Unity : onSetTurnTimerEventToView 3 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:07:48.372 15243 15268 I Unity :
01-20 12:07:48.372 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:48.372 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:48.372 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:48.372 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:48.372 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:48.372 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:07:48.372 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:07:48.372 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:07:48.375 15243 15268 I Unity :
01-20 12:07:48.375 15243 15268 I Unity :
01-20 12:07:48.375 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:07:48.375 15243 15268 I Unity :
01-20 12:07:48.375 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:48.375 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:48.375 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:48.375 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:48.375 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:48.375 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:07:48.375 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:07:48.375 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:07:48.378 15243 15268 I Unity :
01-20 12:07:48.378 15243 15268 I Unity :
01-20 12:07:48.378 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Yui id: 3 seat: 2 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:48.378 15243 15268 I Unity :
01-20 12:07:48.378 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:48.378 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:48.378 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:48.378 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:48.378 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:48.378 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:48.378 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:07:48.378 15243 15268 I Unity : <ExecuteAfte
01-20 12:07:48.380 15243 15268 I Unity :
01-20 12:07:48.380 15243 15268 I Unity :
01-20 12:07:48.380 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:48.380 15243 15268 I Unity :
01-20 12:07:48.380 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:48.380 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:48.380 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:48.380 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:48.380 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:48.380 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:48.380 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:48.380 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:07:48.383 15243 15268 I Unity :
01-20 12:07:48.383 15243 15268 I Unity :
01-20 12:07:48.383 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:48.383 15243 15268 I Unity :
01-20 12:07:48.383 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:48.383 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:48.383 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:48.383 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:48.383 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:48.383 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:48.383 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:48.383 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:49.211 15243 15268 I Unity :
01-20 12:07:49.211 15243 15268 I Unity :
01-20 12:07:49.211 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:49.211 15243 15268 I Unity :
01-20 12:07:49.211 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.211 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.211 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.211 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.211 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.211 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:49.211 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:49.211 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:49.211 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:49.211 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:49.216 15243 15268 I Unity :
01-20 12:07:49.216 15243 15268 I Unity :
01-20 12:07:49.216 15243 15268 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:07:49.216 15243 15268 I Unity :
01-20 12:07:49.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.216 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.216 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.216 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.216 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.216 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:49.216 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:49.216 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:49.216 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:49.221 15243 15268 I Unity :
01-20 12:07:49.221 15243 15268 I Unity :
01-20 12:07:49.221 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:49.221 15243 15268 I Unity :
01-20 12:07:49.221 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.221 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.221 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.221 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.221 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.221 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:49.221 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:49.221 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:49.221 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:49.228 15243 15268 I Unity :
01-20 12:07:49.228 15243 15268 I Unity :
01-20 12:07:49.228 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:49.228 15243 15268 I Unity : From: Yui
01-20 12:07:49.228 15243 15268 I Unity : To: Yui
01-20 12:07:49.228 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:49.228 15243 15268 I Unity : Properties:
01-20 12:07:49.228 15243 15268 I Unity : isValidMv: True
01-20 12:07:49.228 15243 15268 I Unity : CardsMoved
01-20 12:07:49.228 15243 15268 I Unity : type: ACTION_CARD action: PASS_GO uid: 26 money: 1 isPureWild: False colors: 1 Hash 1441611264
01-20 12:07:49.228 15243 15268 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 72 money: 3 isPureWild: False colors: 2 Hash -465051008
01-20 12:07:49.228 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:49.228 15243 15268 I Unity :
01-20 12:07:49.228 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.228 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.228 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.228 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.228 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.228 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:49.228 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealContr
01-20 12:07:49.232 15243 15268 I Unity :
01-20 12:07:49.232 15243 15268 I Unity :
01-20 12:07:49.232 15243 15268 I Unity : from: Yui to: Yui : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:49.232 15243 15268 I Unity :
01-20 12:07:49.232 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.232 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.232 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.232 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.232 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.232 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:49.232 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:49.232 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:49.232 15243 15268 I Unity : System.Reflection.M
01-20 12:07:49.237 15243 15268 I Unity :
01-20 12:07:49.237 15243 15268 I Unity :
01-20 12:07:49.237 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:07:49.237 15243 15268 I Unity :
01-20 12:07:49.237 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.237 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.237 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.237 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.237 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.237 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:07:49.237 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:07:49.237 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:07:49.242 15243 15268 I Unity :
01-20 12:07:49.242 15243 15268 I Unity :
01-20 12:07:49.242 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:49.242 15243 15268 I Unity :
01-20 12:07:49.242 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.242 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.242 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.242 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.242 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.242 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:49.242 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:49.242 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:49.248 15243 15268 I Unity :
01-20 12:07:49.248 15243 15268 I Unity :
01-20 12:07:49.248 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:49.248 15243 15268 I Unity :
01-20 12:07:49.248 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:49.248 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:49.248 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:49.248 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:49.248 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:49.248 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:49.248 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:49.248 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:07:52.411 15243 15268 I Unity :
01-20 12:07:52.411 15243 15268 I Unity :
01-20 12:07:52.411 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:52.411 15243 15268 I Unity :
01-20 12:07:52.411 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.411 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.411 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.411 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.411 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.411 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:52.411 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.411 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:52.411 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:52.411 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:52.416 15243 15268 I Unity :
01-20 12:07:52.416 15243 15268 I Unity :
01-20 12:07:52.416 15243 15268 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:07:52.416 15243 15268 I Unity :
01-20 12:07:52.416 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.416 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.416 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.416 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.416 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.416 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:52.416 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:52.416 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.416 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:52.421 15243 15268 I Unity :
01-20 12:07:52.421 15243 15268 I Unity :
01-20 12:07:52.421 15243 15268 I Unity : UID: 88 : => member name: findAndGetCards : => source line number: 320
01-20 12:07:52.421 15243 15268 I Unity :
01-20 12:07:52.421 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.421 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.421 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.421 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.421 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.421 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:07:52.421 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:52.421 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:52.421 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppn
01-20 12:07:52.426 15243 15268 I Unity :
01-20 12:07:52.426 15243 15268 I Unity :
01-20 12:07:52.426 15243 15268 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:07:52.426 15243 15268 I Unity :
01-20 12:07:52.426 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.426 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.426 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.426 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.426 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.426 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:07:52.426 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:52.426 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:52.426 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:07:52.431 15243 15268 I Unity :
01-20 12:07:52.431 15243 15268 I Unity :
01-20 12:07:52.431 15243 15268 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:07:52.431 15243 15268 I Unity :
01-20 12:07:52.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.431 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.431 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.431 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.431 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:07:52.431 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:52.431 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:52.431 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:07:52.435 15243 15268 I Unity :
01-20 12:07:52.435 15243 15268 I Unity :
01-20 12:07:52.435 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:52.435 15243 15268 I Unity :
01-20 12:07:52.435 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.435 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.435 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.435 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.435 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.435 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:52.435 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:52.435 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.435 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:52.440 15243 15268 I Unity :
01-20 12:07:52.440 15243 15268 I Unity :
01-20 12:07:52.440 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:52.440 15243 15268 I Unity : From: Yui
01-20 12:07:52.440 15243 15268 I Unity : To: Yui
01-20 12:07:52.440 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:07:52.440 15243 15268 I Unity : Properties:
01-20 12:07:52.440 15243 15268 I Unity : isValidMv: True
01-20 12:07:52.440 15243 15268 I Unity : CardsMoved
01-20 12:07:52.440 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 88 money: 1 isPureWild: False colors: 1 Hash 960772736
01-20 12:07:52.440 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:52.440 15243 15268 I Unity :
01-20 12:07:52.440 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.440 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.440 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.440 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.440 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.440 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:52.440 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\As
01-20 12:07:52.444 15243 15268 I Unity :
01-20 12:07:52.444 15243 15268 I Unity :
01-20 12:07:52.444 15243 15268 I Unity : from: Yui to: Yui : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:52.444 15243 15268 I Unity :
01-20 12:07:52.444 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.444 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.444 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.444 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.444 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.444 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:52.444 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:52.444 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.444 15243 15268 I Unity : System.Reflection.M
01-20 12:07:52.447 15243 15268 I Unity :
01-20 12:07:52.447 15243 15268 I Unity :
01-20 12:07:52.447 15243 15268 I Unity : Yui added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-20 12:07:52.447 15243 15268 I Unity :
01-20 12:07:52.447 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.447 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.447 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.447 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.447 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.447 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:727)
01-20 12:07:52.447 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:52.447 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.447 15243 15268 I Unity : System.R
01-20 12:07:52.451 15243 15268 I Unity :
01-20 12:07:52.451 15243 15268 I Unity :
01-20 12:07:52.451 15243 15268 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:52.451 15243 15268 I Unity :
01-20 12:07:52.451 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.451 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.451 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.451 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.451 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.451 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:52.451 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:07:52.451 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:07:52.455 15243 15268 I Unity :
01-20 12:07:52.455 15243 15268 I Unity :
01-20 12:07:52.455 15243 15268 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:07:52.455 15243 15268 I Unity :
01-20 12:07:52.455 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.455 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.455 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.455 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.455 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.455 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:07:52.455 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:07:52.455 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:52.458 15243 15268 I Unity :
01-20 12:07:52.458 15243 15268 I Unity :
01-20 12:07:52.458 15243 15268 I Unity : Yui card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:07:52.458 15243 15268 I Unity :
01-20 12:07:52.458 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.458 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.458 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.458 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.458 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.458 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:07:52.458 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:52.458 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:52.458 15243 15268 I Unity : System.Reflection
01-20 12:07:52.461 15243 15268 I Unity :
01-20 12:07:52.461 15243 15268 I Unity :
01-20 12:07:52.461 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 88 money: 1 isPureWild: False colors: 1 Hash 960772736 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:07:52.461 15243 15268 I Unity :
01-20 12:07:52.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.461 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.461 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.461 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.461 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.461 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:07:52.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:07:52.461 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\Mo
01-20 12:07:52.464 15243 15268 I Unity :
01-20 12:07:52.464 15243 15268 I Unity :
01-20 12:07:52.464 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:52.464 15243 15268 I Unity :
01-20 12:07:52.464 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.464 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.464 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.464 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.464 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.464 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:52.464 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:52.464 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:52.467 15243 15268 I Unity :
01-20 12:07:52.467 15243 15268 I Unity :
01-20 12:07:52.467 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:52.467 15243 15268 I Unity :
01-20 12:07:52.467 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.467 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.467 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.467 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.467 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.467 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:52.467 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:52.467 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:07:52.472 15243 15268 I Unity :
01-20 12:07:52.472 15243 15268 I Unity :
01-20 12:07:52.472 15243 15268 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 684
01-20 12:07:52.472 15243 15268 I Unity :
01-20 12:07:52.472 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.472 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.472 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.472 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.472 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.472 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:684)
01-20 12:07:52.472 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:52.472 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:07:52.478 15243 15268 I Unity :
01-20 12:07:52.478 15243 15268 I Unity :
01-20 12:07:52.478 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:07:52.478 15243 15268 I Unity :
01-20 12:07:52.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:52.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:52.478 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:52.478 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:52.478 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:52.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:07:52.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1418)
01-20 12:07:52.478 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCon
01-20 12:07:55.427 15243 15268 I Unity :
01-20 12:07:55.427 15243 15268 I Unity :
01-20 12:07:55.427 15243 15268 I Unity : End Trun isLocalPlayer? False id 3 : => member name: EndTurn : => source line number: 1182
01-20 12:07:55.427 15243 15268 I Unity :
01-20 12:07:55.427 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.427 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.427 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.427 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.427 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.427 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:07:55.427 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:07:55.427 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:07:55.427 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-20 12:07:55.465 15243 15268 I Unity :
01-20 12:07:55.465 15243 15268 I Unity :
01-20 12:07:55.465 15243 15268 I Unity : UIView on set turn... 4 : => member name: onSetTurn : => source line number: 1657
01-20 12:07:55.465 15243 15268 I Unity :
01-20 12:07:55.465 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.465 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.465 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.465 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.465 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.465 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:07:55.465 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:55.465 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:55.465 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:55.467 15243 15268 I Unity :
01-20 12:07:55.467 15243 15268 I Unity :
01-20 12:07:55.467 15243 15268 I Unity : SetTurn to 4 : => member name: SetTurn : => source line number: 656
01-20 12:07:55.467 15243 15268 I Unity :
01-20 12:07:55.467 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.467 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.467 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.467 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.467 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.467 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:07:55.467 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:07:55.467 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:55.467 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:07:55.473 15243 15268 I Unity :
01-20 12:07:55.473 15243 15268 I Unity :
01-20 12:07:55.473 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:07:55.473 15243 15268 I Unity :
01-20 12:07:55.473 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.473 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.473 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.473 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.473 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.473 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:07:55.473 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:07:55.473 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:07:55.473 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:07:55.898 15243 15268 I Unity :
01-20 12:07:55.898 15243 15268 I Unity :
01-20 12:07:55.898 15243 15268 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:55.898 15243 15268 I Unity :
01-20 12:07:55.898 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.898 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.898 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.898 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.898 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.898 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:55.898 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:07:55.898 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:55.898 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:07:55.971 15243 15268 I Unity :
01-20 12:07:55.971 15243 15268 I Unity :
01-20 12:07:55.971 15243 15268 I Unity : UpdateRemainingActionsLabel 4 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:55.971 15243 15268 I Unity :
01-20 12:07:55.971 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:55.971 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:55.971 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:55.971 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:55.971 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:55.971 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:55.971 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:07:55.971 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:07:55.971 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:07:56.480 15243 15268 I Unity :
01-20 12:07:56.480 15243 15268 I Unity :
01-20 12:07:56.480 15243 15268 I Unity : onSetTurnTimerEventToView 4 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:07:56.480 15243 15268 I Unity :
01-20 12:07:56.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:56.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:56.480 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:56.480 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:56.480 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:56.480 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:07:56.480 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:07:56.480 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:07:56.483 15243 15268 I Unity :
01-20 12:07:56.483 15243 15268 I Unity :
01-20 12:07:56.483 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:07:56.483 15243 15268 I Unity :
01-20 12:07:56.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:56.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:56.483 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:56.483 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:56.483 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:56.483 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:07:56.483 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:07:56.483 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:07:56.485 15243 15268 I Unity :
01-20 12:07:56.485 15243 15268 I Unity :
01-20 12:07:56.485 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Tim id: 4 seat: 3 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:07:56.485 15243 15268 I Unity :
01-20 12:07:56.485 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:56.485 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:56.485 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:56.485 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:56.485 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:56.485 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:07:56.485 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:07:56.485 15243 15268 I Unity : <ExecuteAfte
01-20 12:07:56.488 15243 15268 I Unity :
01-20 12:07:56.488 15243 15268 I Unity :
01-20 12:07:56.488 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:07:56.488 15243 15268 I Unity :
01-20 12:07:56.488 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:56.488 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:56.488 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:56.488 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:56.488 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:56.488 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:07:56.488 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:07:56.488 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:07:56.491 15243 15268 I Unity :
01-20 12:07:56.491 15243 15268 I Unity :
01-20 12:07:56.491 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:07:56.491 15243 15268 I Unity :
01-20 12:07:56.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:56.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:56.491 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:56.491 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:56.491 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:56.491 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:07:56.491 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:07:56.491 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:07:57.065 15243 15268 I Unity :
01-20 12:07:57.065 15243 15268 I Unity :
01-20 12:07:57.065 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:57.065 15243 15268 I Unity :
01-20 12:07:57.065 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.065 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.065 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.065 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.065 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.065 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:57.065 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:57.065 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:57.065 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:57.065 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:57.070 15243 15268 I Unity :
01-20 12:07:57.070 15243 15268 I Unity :
01-20 12:07:57.070 15243 15268 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:07:57.070 15243 15268 I Unity :
01-20 12:07:57.070 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.070 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.070 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.070 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.070 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.070 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:57.070 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:57.070 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:57.070 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:57.075 15243 15268 I Unity :
01-20 12:07:57.075 15243 15268 I Unity :
01-20 12:07:57.075 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:57.075 15243 15268 I Unity :
01-20 12:07:57.075 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.075 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.075 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.075 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.075 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.075 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:57.075 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:57.075 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:57.075 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:57.080 15243 15268 I Unity :
01-20 12:07:57.080 15243 15268 I Unity :
01-20 12:07:57.080 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:57.080 15243 15268 I Unity : From: Tim
01-20 12:07:57.080 15243 15268 I Unity : To: Tim
01-20 12:07:57.080 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:07:57.080 15243 15268 I Unity : Properties:
01-20 12:07:57.080 15243 15268 I Unity : isValidMv: True
01-20 12:07:57.080 15243 15268 I Unity : CardsMoved
01-20 12:07:57.080 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 55 money: 3 isPureWild: False colors: 1 Hash 435930368
01-20 12:07:57.080 15243 15268 I Unity : type: PROPERTY_CARD action: RAILROAD uid: 51 money: 2 isPureWild: False colors: 1 Hash 1153216256
01-20 12:07:57.080 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:57.080 15243 15268 I Unity :
01-20 12:07:57.080 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.080 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.080 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.080 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.080 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.080 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:57.080 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealControll
01-20 12:07:57.085 15243 15268 I Unity :
01-20 12:07:57.085 15243 15268 I Unity :
01-20 12:07:57.085 15243 15268 I Unity : from: Tim to: Tim : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:57.085 15243 15268 I Unity :
01-20 12:07:57.085 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.085 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.085 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.085 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.085 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.085 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:57.085 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:57.085 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:57.085 15243 15268 I Unity : System.Reflection.M
01-20 12:07:57.089 15243 15268 I Unity :
01-20 12:07:57.089 15243 15268 I Unity :
01-20 12:07:57.089 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:07:57.089 15243 15268 I Unity :
01-20 12:07:57.089 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.089 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.089 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.089 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.089 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.089 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:07:57.089 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:07:57.089 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:07:57.094 15243 15268 I Unity :
01-20 12:07:57.094 15243 15268 I Unity :
01-20 12:07:57.094 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 4 to 4 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:57.094 15243 15268 I Unity :
01-20 12:07:57.094 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.094 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.094 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.094 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.094 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.094 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:57.094 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:57.094 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:57.098 15243 15268 I Unity :
01-20 12:07:57.098 15243 15268 I Unity :
01-20 12:07:57.098 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 4 toPlayer 4 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:57.098 15243 15268 I Unity :
01-20 12:07:57.098 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:57.098 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:57.098 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:57.098 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:57.098 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:57.098 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:57.098 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:57.098 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:07:59.937 15243 15268 I Unity :
01-20 12:07:59.937 15243 15268 I Unity :
01-20 12:07:59.937 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:07:59.937 15243 15268 I Unity :
01-20 12:07:59.937 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.937 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.937 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.937 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.937 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.937 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:07:59.937 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.937 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:07:59.937 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:07:59.937 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:07:59.942 15243 15268 I Unity :
01-20 12:07:59.942 15243 15268 I Unity :
01-20 12:07:59.942 15243 15268 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:07:59.942 15243 15268 I Unity :
01-20 12:07:59.942 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.942 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.942 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.942 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.942 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.942 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:07:59.942 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:07:59.942 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.942 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:07:59.948 15243 15268 I Unity :
01-20 12:07:59.948 15243 15268 I Unity :
01-20 12:07:59.948 15243 15268 I Unity : UID: 93 : => member name: findAndGetCards : => source line number: 320
01-20 12:07:59.948 15243 15268 I Unity :
01-20 12:07:59.948 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.948 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.948 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.948 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.948 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.948 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:07:59.948 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:59.948 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:59.948 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppn
01-20 12:07:59.953 15243 15268 I Unity :
01-20 12:07:59.953 15243 15268 I Unity :
01-20 12:07:59.953 15243 15268 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:07:59.953 15243 15268 I Unity :
01-20 12:07:59.953 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.953 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.953 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.953 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.953 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.953 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:07:59.953 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:59.953 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:59.953 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:07:59.958 15243 15268 I Unity :
01-20 12:07:59.958 15243 15268 I Unity :
01-20 12:07:59.958 15243 15268 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:07:59.958 15243 15268 I Unity :
01-20 12:07:59.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.958 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.958 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.958 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.958 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:07:59.958 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:07:59.958 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:07:59.958 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:07:59.962 15243 15268 I Unity :
01-20 12:07:59.962 15243 15268 I Unity :
01-20 12:07:59.962 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:07:59.962 15243 15268 I Unity :
01-20 12:07:59.962 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.962 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.962 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.962 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.962 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.962 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:07:59.962 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:59.962 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.962 15243 15268 I Unity : System.Reflection.Mo
01-20 12:07:59.967 15243 15268 I Unity :
01-20 12:07:59.967 15243 15268 I Unity :
01-20 12:07:59.967 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:07:59.967 15243 15268 I Unity : From: Tim
01-20 12:07:59.967 15243 15268 I Unity : To: Tim
01-20 12:07:59.967 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:07:59.967 15243 15268 I Unity : Properties:
01-20 12:07:59.967 15243 15268 I Unity : isValidMv: True
01-20 12:07:59.967 15243 15268 I Unity : CardsMoved
01-20 12:07:59.967 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 93 money: 2 isPureWild: False colors: 1 Hash -1866842752
01-20 12:07:59.967 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:07:59.967 15243 15268 I Unity :
01-20 12:07:59.967 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.967 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.967 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.967 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.967 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.967 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:07:59.967 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\
01-20 12:07:59.971 15243 15268 I Unity :
01-20 12:07:59.971 15243 15268 I Unity :
01-20 12:07:59.971 15243 15268 I Unity : from: Tim to: Tim : => member name: onOthersCardMove : => source line number: 709
01-20 12:07:59.971 15243 15268 I Unity :
01-20 12:07:59.971 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.971 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.971 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.971 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.971 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.971 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:07:59.971 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:59.971 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.971 15243 15268 I Unity : System.Reflection.M
01-20 12:07:59.974 15243 15268 I Unity :
01-20 12:07:59.974 15243 15268 I Unity :
01-20 12:07:59.974 15243 15268 I Unity : Tim added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-20 12:07:59.974 15243 15268 I Unity :
01-20 12:07:59.974 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.974 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.974 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.974 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.974 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.974 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:727)
01-20 12:07:59.974 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:59.974 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.974 15243 15268 I Unity : System.R
01-20 12:07:59.978 15243 15268 I Unity :
01-20 12:07:59.978 15243 15268 I Unity :
01-20 12:07:59.978 15243 15268 I Unity : UpdateRemainingActionsLabel 4 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:07:59.978 15243 15268 I Unity :
01-20 12:07:59.978 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.978 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.978 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.978 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.978 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.978 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:07:59.978 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:07:59.978 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:07:59.983 15243 15268 I Unity :
01-20 12:07:59.983 15243 15268 I Unity :
01-20 12:07:59.983 15243 15268 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:07:59.983 15243 15268 I Unity :
01-20 12:07:59.983 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.983 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.983 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.983 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.983 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.983 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:07:59.983 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:07:59.983 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:07:59.986 15243 15268 I Unity :
01-20 12:07:59.986 15243 15268 I Unity :
01-20 12:07:59.986 15243 15268 I Unity : Tim card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:07:59.986 15243 15268 I Unity :
01-20 12:07:59.986 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.986 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.986 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.986 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.986 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.986 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:07:59.986 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:07:59.986 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:07:59.986 15243 15268 I Unity : System.Reflection
01-20 12:07:59.989 15243 15268 I Unity :
01-20 12:07:59.989 15243 15268 I Unity :
01-20 12:07:59.989 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 93 money: 2 isPureWild: False colors: 1 Hash -1866842752 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:07:59.989 15243 15268 I Unity :
01-20 12:07:59.989 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.989 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.989 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.989 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.989 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.989 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:07:59.989 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:07:59.989 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:07:59.992 15243 15268 I Unity :
01-20 12:07:59.992 15243 15268 I Unity :
01-20 12:07:59.992 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 4 to 4 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:07:59.992 15243 15268 I Unity :
01-20 12:07:59.992 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.992 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.992 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.992 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.992 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.992 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:07:59.992 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:59.992 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:07:59.995 15243 15268 I Unity :
01-20 12:07:59.995 15243 15268 I Unity :
01-20 12:07:59.995 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 4 toPlayer 4 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:07:59.995 15243 15268 I Unity :
01-20 12:07:59.995 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:07:59.995 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:07:59.995 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:07:59.995 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:07:59.995 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:07:59.995 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:07:59.995 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:07:59.995 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:08:00.000 15243 15268 I Unity :
01-20 12:08:00.000 15243 15268 I Unity :
01-20 12:08:00.000 15243 15268 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 684
01-20 12:08:00.000 15243 15268 I Unity :
01-20 12:08:00.000 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.000 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.000 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.000 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.000 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.000 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:684)
01-20 12:08:00.000 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:00.000 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:08:00.004 15243 15268 I Unity :
01-20 12:08:00.004 15243 15268 I Unity :
01-20 12:08:00.004 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:08:00.004 15243 15268 I Unity :
01-20 12:08:00.004 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.004 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.004 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.004 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.004 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.004 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:08:00.004 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1418)
01-20 12:08:00.004 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCon
01-20 12:08:00.017 15243 15268 I Unity :
01-20 12:08:00.017 15243 15268 I Unity :
01-20 12:08:00.017 15243 15268 I Unity : End Trun isLocalPlayer? False id 4 : => member name: EndTurn : => source line number: 1182
01-20 12:08:00.017 15243 15268 I Unity :
01-20 12:08:00.017 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.017 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.017 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.017 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.017 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.017 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:08:00.017 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:08:00.017 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:08:00.017 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-20 12:08:00.042 15243 15268 I Unity :
01-20 12:08:00.042 15243 15268 I Unity :
01-20 12:08:00.042 15243 15268 I Unity : UIView on set turn... 1 : => member name: onSetTurn : => source line number: 1657
01-20 12:08:00.042 15243 15268 I Unity :
01-20 12:08:00.042 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.042 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.042 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.042 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.042 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.042 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:08:00.042 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:00.042 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:00.042 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:00.044 15243 15268 I Unity :
01-20 12:08:00.044 15243 15268 I Unity :
01-20 12:08:00.044 15243 15268 I Unity : SetTurn to 1 : => member name: SetTurn : => source line number: 656
01-20 12:08:00.044 15243 15268 I Unity :
01-20 12:08:00.044 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.044 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.044 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.044 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.044 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.044 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:08:00.044 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:08:00.044 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:00.044 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:08:00.047 15243 15268 I Unity :
01-20 12:08:00.047 15243 15268 I Unity :
01-20 12:08:00.047 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:08:00.047 15243 15268 I Unity :
01-20 12:08:00.047 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.047 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.047 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.047 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.047 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.047 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:08:00.047 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:00.047 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:00.047 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:08:00.052 15243 15268 I Unity :
01-20 12:08:00.052 15243 15268 I Unity :
01-20 12:08:00.052 15243 15268 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1721
01-20 12:08:00.052 15243 15268 I Unity :
01-20 12:08:00.052 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.052 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.052 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.052 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.052 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.052 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1721)
01-20 12:08:00.052 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:00.052 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:00.052 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:08:00.055 15243 15268 I Unity :
01-20 12:08:00.055 15243 15268 I Unity :
01-20 12:08:00.055 15243 15268 I Unity : deckPointer: 28 : => member name: dealCardsToPlayer : => source line number: 445
01-20 12:08:00.055 15243 15268 I Unity :
01-20 12:08:00.055 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.055 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.055 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.055 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.055 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.055 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:dealCardsToPlayer(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:445)
01-20 12:08:00.055 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1723)
01-20 12:08:00.055 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControl
01-20 12:08:00.062 15243 15268 I Unity :
01-20 12:08:00.062 15243 15268 I Unity :
01-20 12:08:00.062 15243 15268 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1724
01-20 12:08:00.062 15243 15268 I Unity :
01-20 12:08:00.062 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.062 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.062 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.062 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.062 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.062 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1724)
01-20 12:08:00.062 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:00.062 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:00.062 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:08:00.064 15243 15268 I Unity :
01-20 12:08:00.064 15243 15268 I Unity :
01-20 12:08:00.064 15243 15268 I Unity : ->...... onCardMoveEventToView _playerCurUIAction DISCARD_CARD from 1 to 1 toPile HAND_PILE total cards moved 2 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:08:00.064 15243 15268 I Unity :
01-20 12:08:00.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.064 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.064 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.064 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.064 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:08:00.064 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1726)
01-20 12:08:00.064 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealCo
01-20 12:08:00.150 15243 15268 I Unity :
01-20 12:08:00.150 15243 15268 I Unity :
01-20 12:08:00.150 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:08:00.150 15243 15268 I Unity :
01-20 12:08:00.150 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.150 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.150 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.150 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.150 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.150 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:08:00.150 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:08:00.150 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:08:00.150 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/
01-20 12:08:00.152 15243 15268 I Unity :
01-20 12:08:00.152 15243 15268 I Unity :
01-20 12:08:00.152 15243 15268 I Unity : ReArrangeLocalPlayerhand count 8 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:08:00.152 15243 15268 I Unity :
01-20 12:08:00.152 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.152 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.152 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.152 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.152 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.152 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:08:00.152 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:08:00.152 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:08:00.152 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/bui
01-20 12:08:00.478 15243 15268 I Unity :
01-20 12:08:00.478 15243 15268 I Unity :
01-20 12:08:00.478 15243 15268 I Unity : UpdateRemainingActionsLabel 4 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:00.478 15243 15268 I Unity :
01-20 12:08:00.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.478 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.478 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.478 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:00.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:08:00.478 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:00.478 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:08:00.552 15243 15268 I Unity :
01-20 12:08:00.552 15243 15268 I Unity :
01-20 12:08:00.552 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:00.552 15243 15268 I Unity :
01-20 12:08:00.552 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:00.552 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:00.552 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:00.552 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:00.552 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:00.552 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:00.552 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:08:00.552 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:00.552 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:08:01.062 15243 15268 I Unity :
01-20 12:08:01.062 15243 15268 I Unity :
01-20 12:08:01.062 15243 15268 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:08:01.062 15243 15268 I Unity :
01-20 12:08:01.062 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.062 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.062 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.062 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.062 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.062 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:08:01.062 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:08:01.062 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:08:01.062 15243 15268 I Unity : Un
01-20 12:08:01.064 15243 15268 I Unity :
01-20 12:08:01.064 15243 15268 I Unity :
01-20 12:08:01.064 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:08:01.064 15243 15268 I Unity : From: Swath
01-20 12:08:01.064 15243 15268 I Unity : To: Swath
01-20 12:08:01.064 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:08:01.064 15243 15268 I Unity : Properties:
01-20 12:08:01.064 15243 15268 I Unity : isValidMv: True
01-20 12:08:01.064 15243 15268 I Unity : CardsMoved
01-20 12:08:01.064 15243 15268 I Unity : type: ACTION_CARD action: HOUSE uid: 13 money: 3 isPureWild: False colors: 1 Hash 1625306752
01-20 12:08:01.064 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 56 money: 3 isPureWild: False colors: 1 Hash -1890874752
01-20 12:08:01.064 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:08:01.064 15243 15268 I Unity :
01-20 12:08:01.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.064 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.064 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.064 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.064 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.064 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:08:01.064 15243 15268 I Unity : IJDV.MonopolyDeal.Contro
01-20 12:08:01.067 15243 15268 I Unity :
01-20 12:08:01.067 15243 15268 I Unity :
01-20 12:08:01.067 15243 15268 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1800
01-20 12:08:01.067 15243 15268 I Unity :
01-20 12:08:01.067 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.067 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.067 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.067 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.067 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.067 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1800)
01-20 12:08:01.067 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:08:01.067 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.
01-20 12:08:01.070 15243 15268 I Unity :
01-20 12:08:01.070 15243 15268 I Unity :
01-20 12:08:01.070 15243 15268 I Unity : onCardMove ==============PLAYER MOVE===========
01-20 12:08:01.070 15243 15268 I Unity : From: Swath
01-20 12:08:01.070 15243 15268 I Unity : To: Swath
01-20 12:08:01.070 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:08:01.070 15243 15268 I Unity : Properties:
01-20 12:08:01.070 15243 15268 I Unity : isValidMv: True
01-20 12:08:01.070 15243 15268 I Unity : CardsMoved
01-20 12:08:01.070 15243 15268 I Unity : type: ACTION_CARD action: HOUSE uid: 13 money: 3 isPureWild: False colors: 1 Hash 1625306752
01-20 12:08:01.070 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 56 money: 3 isPureWild: False colors: 1 Hash -1890874752
01-20 12:08:01.070 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMove : => source line number: 1092
01-20 12:08:01.070 15243 15268 I Unity :
01-20 12:08:01.070 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.070 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.070 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.070 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.070 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.070 15243 15268 I Unity : PhotonManager:onCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1092)
01-20 12:08:01.070 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\Uni
01-20 12:08:01.073 15243 15268 I Unity :
01-20 12:08:01.073 15243 15268 I Unity :
01-20 12:08:01.073 15243 15268 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-20 12:08:01.073 15243 15268 I Unity : From: Swath
01-20 12:08:01.073 15243 15268 I Unity : To: Swath
01-20 12:08:01.073 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:08:01.073 15243 15268 I Unity : Properties:
01-20 12:08:01.073 15243 15268 I Unity : isValidMv: True
01-20 12:08:01.073 15243 15268 I Unity : CardsMoved
01-20 12:08:01.073 15243 15268 I Unity : type: ACTION_CARD action: HOUSE uid: 13 money: 3 isPureWild: False colors: 1 Hash 1625306752
01-20 12:08:01.073 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 56 money: 3 isPureWild: False colors: 1 Hash -1890874752
01-20 12:08:01.073 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-20 12:08:01.073 15243 15268 I Unity :
01-20 12:08:01.073 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.073 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.073 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.073 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.073 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.073 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:785)
01-20 12:08:01.073 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.M
01-20 12:08:01.077 15243 15268 I Unity :
01-20 12:08:01.077 15243 15268 I Unity :
01-20 12:08:01.077 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:01.077 15243 15268 I Unity :
01-20 12:08:01.077 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.077 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.077 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.077 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.077 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.077 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:01.077 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:804)
01-20 12:08:01.077 15243 15268 I Unity : IJDV.M
01-20 12:08:01.080 15243 15268 I Unity :
01-20 12:08:01.080 15243 15268 I Unity :
01-20 12:08:01.080 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:01.080 15243 15268 I Unity :
01-20 12:08:01.080 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.080 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.080 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.080 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.080 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.080 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:01.080 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:08:01.080 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\Un
01-20 12:08:01.083 15243 15268 I Unity :
01-20 12:08:01.083 15243 15268 I Unity :
01-20 12:08:01.083 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:01.083 15243 15268 I Unity :
01-20 12:08:01.083 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.083 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.083 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.083 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.083 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.083 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:01.083 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:01.083 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:01.088 15243 15268 I Unity :
01-20 12:08:01.088 15243 15268 I Unity :
01-20 12:08:01.088 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:08:01.088 15243 15268 I Unity :
01-20 12:08:01.088 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.088 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.088 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.088 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.088 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.088 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:08:01.088 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:01.088 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:08:01.092 15243 15268 I Unity :
01-20 12:08:01.092 15243 15268 I Unity :
01-20 12:08:01.092 15243 15268 I Unity : ReArrangeLocalPlayerhand count 8 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:08:01.092 15243 15268 I Unity :
01-20 12:08:01.092 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.092 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.092 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.092 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.092 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.092 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:08:01.092 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:01.092 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\
01-20 12:08:01.094 15243 15268 I Unity :
01-20 12:08:01.094 15243 15268 I Unity :
01-20 12:08:01.094 15243 15268 I Unity : _isWaitingForReqAck: False : => member name: onLocalCardMove : => source line number: 829
01-20 12:08:01.094 15243 15268 I Unity :
01-20 12:08:01.094 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.094 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.094 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.094 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.094 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.094 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:829)
01-20 12:08:01.094 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1804)
01-20 12:08:01.094 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mon
01-20 12:08:01.096 15243 15268 I Unity :
01-20 12:08:01.096 15243 15268 I Unity :
01-20 12:08:01.096 15243 15268 I Unity : onSetTurnTimerEventToView 1 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:08:01.096 15243 15268 I Unity :
01-20 12:08:01.096 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.096 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.096 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.096 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.096 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.096 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:08:01.096 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:08:01.096 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:08:01.098 15243 15268 I Unity :
01-20 12:08:01.098 15243 15268 I Unity :
01-20 12:08:01.098 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer True : => member name: ShowTurnTimer : => source line number: 664
01-20 12:08:01.098 15243 15268 I Unity :
01-20 12:08:01.098 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.098 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.098 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.098 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.098 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.098 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:08:01.098 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:08:01.098 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDea
01-20 12:08:01.100 15243 15268 I Unity :
01-20 12:08:01.100 15243 15268 I Unity :
01-20 12:08:01.100 15243 15268 I Unity : StartTimer time 30 : => member name: StartTimer : => source line number: 44
01-20 12:08:01.100 15243 15268 I Unity :
01-20 12:08:01.100 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.100 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.100 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.100 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.100 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.100 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:08:01.100 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:671)
01-20 12:08:01.100 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:08:01.100 15243 15268 I Unity : IJDV.MonopolyDeal.Co
01-20 12:08:01.103 15243 15268 I Unity :
01-20 12:08:01.103 15243 15268 I Unity :
01-20 12:08:01.103 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:01.103 15243 15268 I Unity :
01-20 12:08:01.103 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.103 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.103 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.103 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.103 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.103 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:01.103 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:01.103 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs
01-20 12:08:01.105 15243 15268 I Unity :
01-20 12:08:01.105 15243 15268 I Unity :
01-20 12:08:01.105 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:01.105 15243 15268 I Unity :
01-20 12:08:01.105 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.105 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.105 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.105 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.105 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.105 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:01.105 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:08:01.105 15243 15268 I Unity : <ExecuteAfter
01-20 12:08:01.106 15243 15268 I Unity :
01-20 12:08:01.106 15243 15268 I Unity :
01-20 12:08:01.106 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:01.106 15243 15268 I Unity :
01-20 12:08:01.106 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.106 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.106 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.106 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.106 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.106 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:01.106 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:08:01.106 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:08:01.108 15243 15268 I Unity :
01-20 12:08:01.108 15243 15268 I Unity :
01-20 12:08:01.108 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:01.108 15243 15268 I Unity :
01-20 12:08:01.108 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.108 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.108 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.108 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.108 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.108 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:01.108 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:01.108 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:01.111 15243 15268 I Unity :
01-20 12:08:01.111 15243 15268 I Unity :
01-20 12:08:01.111 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:08:01.111 15243 15268 I Unity :
01-20 12:08:01.111 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.111 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.111 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.111 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.111 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.111 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:08:01.111 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:01.111 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopoly
01-20 12:08:01.114 15243 15268 I Unity :
01-20 12:08:01.114 15243 15268 I Unity :
01-20 12:08:01.114 15243 15268 I Unity : ReArrangeLocalPlayerhand count 8 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:08:01.114 15243 15268 I Unity :
01-20 12:08:01.114 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:01.114 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:01.114 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:01.114 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:01.114 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:01.114 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:08:01.114 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:01.114 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:08:07.678 15243 15268 I Unity :
01-20 12:08:07.678 15243 15268 I Unity :
01-20 12:08:07.678 15243 15268 I Unity : OnPointerClick tapMode None tweeningCard False isMultiSelectEnabled False playState READY_TO_PLAY selectingForCardSwap False for Money Card : => member name: OnPointerClick : => source line number: 580
01-20 12:08:07.678 15243 15268 I Unity :
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:07.678 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:07.678 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:580)
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
01-20 12:08:07.678 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execu
01-20 12:08:07.682 15243 15268 I Unity :
01-20 12:08:07.682 15243 15268 I Unity :
01-20 12:08:07.682 15243 15268 I Unity : CacheCurSelectedUICard type: MONEY_CARD action: MONEY uid: 98 money: 3 isPureWild: False colors: 1 Hash -615966464 : => member name: CacheCurSelectedUICard : => source line number: 1806
01-20 12:08:07.682 15243 15268 I Unity :
01-20 12:08:07.682 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:07.682 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:07.682 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:07.682 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:07.682 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:07.682 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CacheCurSelectedUICard(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1806)
01-20 12:08:07.682 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:633)
01-20 12:08:07.682 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (a
01-20 12:08:07.684 15243 15268 I Unity :
01-20 12:08:07.684 15243 15268 I Unity :
01-20 12:08:07.684 15243 15268 I Unity : CanFlipTheCard False : => member name: CanFlipTheCard : => source line number: 555
01-20 12:08:07.684 15243 15268 I Unity :
01-20 12:08:07.684 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:07.684 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:07.684 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:07.684 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:07.684 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:07.684 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanFlipTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:555)
01-20 12:08:07.684 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1130)
01-20 12:08:07.684 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:08:07.684 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program File
01-20 12:08:07.686 15243 15268 I Unity :
01-20 12:08:07.686 15243 15268 I Unity :
01-20 12:08:07.686 15243 15268 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-20 12:08:07.686 15243 15268 I Unity :
01-20 12:08:07.686 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:07.686 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:07.686 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:07.686 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:07.686 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:07.686 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:562)
01-20 12:08:07.686 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1131)
01-20 12:08:07.686 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:08:07.686 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Pro
01-20 12:08:07.687 15243 15268 I Unity :
01-20 12:08:07.687 15243 15268 I Unity :
01-20 12:08:07.687 15243 15268 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-20 12:08:07.687 15243 15268 I Unity :
01-20 12:08:07.687 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:07.687 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:07.687 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:07.687 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:07.687 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:07.687 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:569)
01-20 12:08:07.687 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1132)
01-20 12:08:07.687 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:08:07.687 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Un
01-20 12:08:08.478 15243 15268 I Unity :
01-20 12:08:08.478 15243 15268 I Unity :
01-20 12:08:08.478 15243 15268 I Unity : PerformCardTapMoveToBank True : => member name: PerformCardTapMoveToBank : => source line number: 705
01-20 12:08:08.478 15243 15268 I Unity :
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.478 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:705)
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:08.478 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:08:08.478 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\UI\UIButton.cs:
01-20 12:08:08.480 15243 15268 I Unity :
01-20 12:08:08.480 15243 15268 I Unity :
01-20 12:08:08.480 15243 15268 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-20 12:08:08.480 15243 15268 I Unity :
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.480 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.480 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:569)
01-20 12:08:08.480 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:709)
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:08.480 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:08:08.480 15243 15268 I Unity : I
01-20 12:08:08.481 15243 15268 I Unity :
01-20 12:08:08.481 15243 15268 I Unity :
01-20 12:08:08.481 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState TWEENING_CARD handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:08.481 15243 15268 I Unity :
01-20 12:08:08.481 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.481 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.481 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.481 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.481 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.481 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:08.481 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\
01-20 12:08:08.484 15243 15268 I Unity :
01-20 12:08:08.484 15243 15268 I Unity :
01-20 12:08:08.484 15243 15268 I Unity : ->...... onCardMoveEventToView _playerCurUIAction DISCARD_CARD from 1 to 1 toPile BANK_PILE total cards moved 1 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:08:08.484 15243 15268 I Unity :
01-20 12:08:08.484 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.484 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.484 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.484 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.484 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.484 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:08:08.484 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControll
01-20 12:08:08.486 15243 15268 I Unity :
01-20 12:08:08.486 15243 15268 I Unity :
01-20 12:08:08.486 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:08:08.486 15243 15268 I Unity :
01-20 12:08:08.486 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.486 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.486 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.486 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.486 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.486 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:08:08.486 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnLocalPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1395)
01-20 12:08:08.486 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCont
01-20 12:08:08.489 15243 15268 I Unity :
01-20 12:08:08.489 15243 15268 I Unity :
01-20 12:08:08.489 15243 15268 I Unity : ClearCacheCurSelectedUICard type: MONEY_CARD action: MONEY uid: 98 money: 3 isPureWild: False colors: 1 Hash -615966464 : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:08.489 15243 15268 I Unity :
01-20 12:08:08.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.489 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.489 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.489 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.489 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:08.489 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnLocalPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1400)
01-20 12:08:08.489 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewControlle
01-20 12:08:08.491 15243 15268 I Unity :
01-20 12:08:08.491 15243 15268 I Unity :
01-20 12:08:08.491 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:08.491 15243 15268 I Unity :
01-20 12:08:08.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:08.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:08.491 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:08.491 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:08.491 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:08.491 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:08.491 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:08.491 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:09.095 15243 15268 I Unity :
01-20 12:08:09.095 15243 15268 I Unity :
01-20 12:08:09.095 15243 15268 I Unity : ReArrangeLocalPlayerBank count 2 : => member name: ReArrangeLocalPlayerBank : => source line number: 596
01-20 12:08:09.095 15243 15268 I Unity :
01-20 12:08:09.095 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.095 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.095 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.095 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.095 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.095 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerBank(Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:596)
01-20 12:08:09.095 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnLocalPlayerMoveCardToBank>b__112_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1409)
01-20 12:08:09.095 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:09.095 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\Monopoly
01-20 12:08:09.097 15243 15268 I Unity :
01-20 12:08:09.097 15243 15268 I Unity :
01-20 12:08:09.097 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:09.097 15243 15268 I Unity :
01-20 12:08:09.097 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.097 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.097 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.097 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.097 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.097 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:09.097 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealCont
01-20 12:08:09.099 15243 15268 I Unity :
01-20 12:08:09.099 15243 15268 I Unity :
01-20 12:08:09.099 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:09.099 15243 15268 I Unity :
01-20 12:08:09.099 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.099 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.099 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.099 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.099 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.099 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:09.099 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:08:09.099 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer,
01-20 12:08:09.101 15243 15268 I Unity :
01-20 12:08:09.101 15243 15268 I Unity :
01-20 12:08:09.101 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:09.101 15243 15268 I Unity :
01-20 12:08:09.101 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.101 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.101 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.101 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.101 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.101 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:09.101 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:09.101 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:09.102 15243 15268 I Unity :
01-20 12:08:09.102 15243 15268 I Unity :
01-20 12:08:09.102 15243 15268 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:08:09.102 15243 15268 I Unity :
01-20 12:08:09.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.102 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.102 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.102 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.102 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.102 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:08:09.102 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:09.102 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 12:08:09.105 15243 15268 I Unity :
01-20 12:08:09.105 15243 15268 I Unity :
01-20 12:08:09.105 15243 15268 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:08:09.105 15243 15268 I Unity :
01-20 12:08:09.105 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.105 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.105 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.105 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.105 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.105 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:08:09.105 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:08:09.105 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onPlayerStateRecvdFromView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:08:09.423 15243 15268 I Unity :
01-20 12:08:09.423 15243 15268 I Unity :
01-20 12:08:09.423 15243 15268 I Unity : PerformCardTapPassAndEndTheTurn : => member name: PerformCardTapPassAndEndTheTurn : => source line number: 1123
01-20 12:08:09.423 15243 15268 I Unity :
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.423 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.423 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1123)
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:09.423 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:08:09.423 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramewo
01-20 12:08:09.425 15243 15268 I Unity :
01-20 12:08:09.425 15243 15268 I Unity :
01-20 12:08:09.425 15243 15268 I Unity : On PASS from Swath : => member name: onLocalPlayerPassFromView : => source line number: 1573
01-20 12:08:09.425 15243 15268 I Unity :
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.425 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.425 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1573)
01-20 12:08:09.425 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1125)
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:09.425 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/b
01-20 12:08:09.426 15243 15268 I Unity :
01-20 12:08:09.426 15243 15268 I Unity :
01-20 12:08:09.426 15243 15268 I Unity : On Pass: canPlay: True : => member name: onLocalPlayerPassFromView : => source line number: 1602
01-20 12:08:09.426 15243 15268 I Unity :
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.426 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.426 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1602)
01-20 12:08:09.426 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPassAndEndTheTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1125)
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:09.426 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokk
01-20 12:08:09.428 15243 15268 I Unity :
01-20 12:08:09.428 15243 15268 I Unity :
01-20 12:08:09.428 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 0 type: LOCAL isAi: False playState NONE handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:09.428 15243 15268 I Unity :
01-20 12:08:09.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.428 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.428 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.428 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.428 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:09.428 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:endMyTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:972)
01-20 12:08:09.428 15243 15268 I Unity : IJDV.MonopolyDeal.Cont
01-20 12:08:09.431 15243 15268 I Unity :
01-20 12:08:09.431 15243 15268 I Unity :
01-20 12:08:09.431 15243 15268 I Unity : End Trun isLocalPlayer? True id 1 : => member name: EndTurn : => source line number: 1182
01-20 12:08:09.431 15243 15268 I Unity :
01-20 12:08:09.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.431 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.431 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.431 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.431 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.431 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:08:09.431 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:08:09.431 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:08:09.431 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mono
01-20 12:08:09.435 15243 15268 I Unity :
01-20 12:08:09.435 15243 15268 I Unity :
01-20 12:08:09.435 15243 15268 I Unity : turnTimer on Timeout False : => member name: ShowTurnTimer : => source line number: 676
01-20 12:08:09.435 15243 15268 I Unity :
01-20 12:08:09.435 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.435 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.435 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.435 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.435 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.435 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 12:08:09.435 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StopTimer() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:67)
01-20 12:08:09.435 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1185)
01-20 12:08:09.435 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 12:08:09.441 15243 15268 I Unity :
01-20 12:08:09.441 15243 15268 I Unity :
01-20 12:08:09.441 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:09.441 15243 15268 I Unity :
01-20 12:08:09.441 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.441 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.441 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.441 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.441 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.441 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:09.441 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:09.441 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1189)
01-20 12:08:09.441 15243 15268 I Unity : IJDV
01-20 12:08:09.471 15243 15268 I Unity :
01-20 12:08:09.471 15243 15268 I Unity :
01-20 12:08:09.471 15243 15268 I Unity : UIView on set turn... 2 : => member name: onSetTurn : => source line number: 1657
01-20 12:08:09.471 15243 15268 I Unity :
01-20 12:08:09.471 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.471 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.471 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.471 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.471 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.471 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:08:09.471 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:09.471 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:09.471 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:09.473 15243 15268 I Unity :
01-20 12:08:09.473 15243 15268 I Unity :
01-20 12:08:09.473 15243 15268 I Unity : SetTurn to 2 : => member name: SetTurn : => source line number: 656
01-20 12:08:09.473 15243 15268 I Unity :
01-20 12:08:09.473 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.473 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.473 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.473 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.473 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.473 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:08:09.473 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:08:09.473 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:09.473 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:08:09.476 15243 15268 I Unity :
01-20 12:08:09.476 15243 15268 I Unity :
01-20 12:08:09.476 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:08:09.476 15243 15268 I Unity :
01-20 12:08:09.476 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.476 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.476 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.476 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.476 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.476 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:08:09.476 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:09.476 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:09.476 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:08:09.494 15243 15268 I Unity :
01-20 12:08:09.494 15243 15268 I Unity :
01-20 12:08:09.494 15243 15268 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:08:09.494 15243 15268 I Unity :
01-20 12:08:09.494 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.494 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.494 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.494 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.494 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.494 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:08:09.494 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:08:09.494 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:08:09.494 15243 15268 I Unity : Un
01-20 12:08:09.496 15243 15268 I Unity :
01-20 12:08:09.496 15243 15268 I Unity :
01-20 12:08:09.496 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:08:09.496 15243 15268 I Unity : From: Swath
01-20 12:08:09.496 15243 15268 I Unity : To: Swath
01-20 12:08:09.496 15243 15268 I Unity : ToPile: BANK_PILE
01-20 12:08:09.496 15243 15268 I Unity : Properties:
01-20 12:08:09.496 15243 15268 I Unity : isValidMv: True
01-20 12:08:09.496 15243 15268 I Unity : CardsMoved
01-20 12:08:09.496 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 98 money: 3 isPureWild: False colors: 1 Hash -615966464
01-20 12:08:09.496 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:08:09.496 15243 15268 I Unity :
01-20 12:08:09.496 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.496 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.496 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.496 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.496 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.496 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:08:09.496 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\Monopo
01-20 12:08:09.895 15243 15268 I Unity :
01-20 12:08:09.895 15243 15268 I Unity :
01-20 12:08:09.895 15243 15268 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:09.895 15243 15268 I Unity :
01-20 12:08:09.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.895 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.895 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.895 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.895 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:09.895 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:08:09.895 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:09.895 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:08:09.968 15243 15268 I Unity :
01-20 12:08:09.968 15243 15268 I Unity :
01-20 12:08:09.968 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:09.968 15243 15268 I Unity :
01-20 12:08:09.968 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:09.968 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:09.968 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:09.968 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:09.968 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:09.968 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:09.968 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:08:09.968 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:09.968 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:08:10.477 15243 15268 I Unity :
01-20 12:08:10.477 15243 15268 I Unity :
01-20 12:08:10.477 15243 15268 I Unity : onSetTurnTimerEventToView 2 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:08:10.477 15243 15268 I Unity :
01-20 12:08:10.477 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.477 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.477 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.477 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.477 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.477 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:08:10.477 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:08:10.477 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:08:10.478 15243 15268 I Unity :
01-20 12:08:10.478 15243 15268 I Unity :
01-20 12:08:10.478 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:08:10.478 15243 15268 I Unity :
01-20 12:08:10.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.478 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.478 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.478 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.478 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.478 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:08:10.478 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:08:10.478 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:08:10.480 15243 15268 I Unity :
01-20 12:08:10.480 15243 15268 I Unity :
01-20 12:08:10.480 15243 15268 I Unity : UIProperties ToggleInteractive True for UIOpponentPropertyPileOutline(Clone) mode PropSwap hash -720564736 : => member name: ToggleInteractive : => source line number: 198
01-20 12:08:10.480 15243 15268 I Unity :
01-20 12:08:10.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.480 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.480 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.480 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.480 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.480 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIProperties.cs:198)
01-20 12:08:10.480 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:431)
01-20 12:08:10.480 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\
01-20 12:08:10.482 15243 15268 I Unity :
01-20 12:08:10.482 15243 15268 I Unity :
01-20 12:08:10.482 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 1 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:10.482 15243 15268 I Unity :
01-20 12:08:10.482 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.482 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.482 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.482 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.482 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.482 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:10.482 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:08:10.482 15243 15268 I Unity : <ExecuteAfte
01-20 12:08:10.483 15243 15268 I Unity :
01-20 12:08:10.483 15243 15268 I Unity :
01-20 12:08:10.483 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:10.483 15243 15268 I Unity :
01-20 12:08:10.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.483 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.483 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.483 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.483 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.483 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:10.483 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:08:10.483 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:08:10.485 15243 15268 I Unity :
01-20 12:08:10.485 15243 15268 I Unity :
01-20 12:08:10.485 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:10.485 15243 15268 I Unity :
01-20 12:08:10.485 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:10.485 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:10.485 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:10.485 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:10.485 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:10.485 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:10.485 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:10.485 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:11.210 15243 15268 I Unity :
01-20 12:08:11.210 15243 15268 I Unity :
01-20 12:08:11.210 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:08:11.210 15243 15268 I Unity :
01-20 12:08:11.210 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.210 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.210 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.210 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.210 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.210 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:08:11.210 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:11.210 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:08:11.210 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:08:11.210 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:08:11.215 15243 15268 I Unity :
01-20 12:08:11.215 15243 15268 I Unity :
01-20 12:08:11.215 15243 15268 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:08:11.215 15243 15268 I Unity :
01-20 12:08:11.215 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.215 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.215 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.215 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.215 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.215 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:08:11.215 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:08:11.215 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:11.215 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:11.220 15243 15268 I Unity :
01-20 12:08:11.220 15243 15268 I Unity :
01-20 12:08:11.220 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:08:11.220 15243 15268 I Unity :
01-20 12:08:11.220 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.220 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.220 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.220 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.220 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.220 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:08:11.220 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:11.220 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:11.220 15243 15268 I Unity : System.Reflection.Mo
01-20 12:08:11.225 15243 15268 I Unity :
01-20 12:08:11.225 15243 15268 I Unity :
01-20 12:08:11.225 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:08:11.225 15243 15268 I Unity : From: Tom
01-20 12:08:11.225 15243 15268 I Unity : To: Tom
01-20 12:08:11.225 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:08:11.225 15243 15268 I Unity : Properties:
01-20 12:08:11.225 15243 15268 I Unity : isValidMv: True
01-20 12:08:11.225 15243 15268 I Unity : CardsMoved
01-20 12:08:11.225 15243 15268 I Unity : type: RENT_CARD action: RENT uid: 76 money: 1 isPureWild: False colors: 2 Hash -1182336896
01-20 12:08:11.225 15243 15268 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 67 money: 2 isPureWild: False colors: 2 Hash -1715927296
01-20 12:08:11.225 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:08:11.225 15243 15268 I Unity :
01-20 12:08:11.225 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.225 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.225 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.225 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.225 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.225 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:08:11.225 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealControll
01-20 12:08:11.229 15243 15268 I Unity :
01-20 12:08:11.229 15243 15268 I Unity :
01-20 12:08:11.229 15243 15268 I Unity : from: Tom to: Tom : => member name: onOthersCardMove : => source line number: 709
01-20 12:08:11.229 15243 15268 I Unity :
01-20 12:08:11.229 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.229 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.229 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.229 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.229 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.229 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:08:11.229 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:11.229 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:11.229 15243 15268 I Unity : System.Reflection.M
01-20 12:08:11.234 15243 15268 I Unity :
01-20 12:08:11.234 15243 15268 I Unity :
01-20 12:08:11.234 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:08:11.234 15243 15268 I Unity :
01-20 12:08:11.234 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.234 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.234 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.234 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.234 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.234 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:08:11.234 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:08:11.234 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:08:11.238 15243 15268 I Unity :
01-20 12:08:11.238 15243 15268 I Unity :
01-20 12:08:11.238 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:08:11.238 15243 15268 I Unity :
01-20 12:08:11.238 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.238 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.238 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.238 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.238 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.238 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:08:11.238 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:11.238 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:08:11.243 15243 15268 I Unity :
01-20 12:08:11.243 15243 15268 I Unity :
01-20 12:08:11.243 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:08:11.243 15243 15268 I Unity :
01-20 12:08:11.243 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:11.243 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:11.243 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:11.243 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:11.243 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:11.243 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:08:11.243 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:11.243 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:08:30.881 15243 15268 I Unity :
01-20 12:08:30.881 15243 15268 I Unity :
01-20 12:08:30.881 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:08:30.881 15243 15268 I Unity :
01-20 12:08:30.881 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.881 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.881 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.881 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.881 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.881 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:08:30.881 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.881 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:08:30.881 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:08:30.881 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:08:30.885 15243 15268 I Unity :
01-20 12:08:30.885 15243 15268 I Unity :
01-20 12:08:30.885 15243 15268 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:08:30.885 15243 15268 I Unity :
01-20 12:08:30.885 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.885 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.885 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.885 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.885 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.885 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:08:30.885 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:08:30.885 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.885 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:30.890 15243 15268 I Unity :
01-20 12:08:30.890 15243 15268 I Unity :
01-20 12:08:30.890 15243 15268 I Unity : UID: 2 : => member name: findAndGetCards : => source line number: 320
01-20 12:08:30.890 15243 15268 I Unity :
01-20 12:08:30.890 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.890 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.890 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.890 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.890 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.890 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:08:30.890 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:30.890 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:08:30.890 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt
01-20 12:08:30.895 15243 15268 I Unity :
01-20 12:08:30.895 15243 15268 I Unity :
01-20 12:08:30.895 15243 15268 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:08:30.895 15243 15268 I Unity :
01-20 12:08:30.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.895 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.895 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.895 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.895 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.895 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:08:30.895 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:30.895 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:08:30.895 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:08:30.903 15243 15268 I Unity :
01-20 12:08:30.903 15243 15268 I Unity :
01-20 12:08:30.903 15243 15268 I Unity : =============PROPERTY=============
01-20 12:08:30.903 15243 15268 I Unity : Porperty: 0
01-20 12:08:30.903 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456
01-20 12:08:30.903 15243 15268 I Unity : =============END OF PROPERTY=============
01-20 12:08:30.903 15243 15268 I Unity : : => member name: findAndGetCards : => source line number: 330
01-20 12:08:30.903 15243 15268 I Unity :
01-20 12:08:30.903 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.903 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.903 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.903 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.903 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.903 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:330)
01-20 12:08:30.903 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:30.903 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D
01-20 12:08:30.910 15243 15268 I Unity :
01-20 12:08:30.910 15243 15268 I Unity :
01-20 12:08:30.910 15243 15268 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:08:30.910 15243 15268 I Unity :
01-20 12:08:30.910 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.910 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.910 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.910 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.910 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.910 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:08:30.910 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:30.910 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:08:30.910 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:08:30.914 15243 15268 I Unity :
01-20 12:08:30.914 15243 15268 I Unity :
01-20 12:08:30.914 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:08:30.914 15243 15268 I Unity :
01-20 12:08:30.914 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.914 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.914 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.914 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.914 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.914 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:08:30.914 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:30.914 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.914 15243 15268 I Unity : System.Reflection.Mo
01-20 12:08:30.918 15243 15268 I Unity :
01-20 12:08:30.918 15243 15268 I Unity :
01-20 12:08:30.918 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:08:30.918 15243 15268 I Unity : From: Tom
01-20 12:08:30.918 15243 15268 I Unity : To: Tom
01-20 12:08:30.918 15243 15268 I Unity : ToPile: CENTER_PILE
01-20 12:08:30.918 15243 15268 I Unity : Properties:
01-20 12:08:30.918 15243 15268 I Unity : isValidMv: True
01-20 12:08:30.918 15243 15268 I Unity : CardsMoved
01-20 12:08:30.918 15243 15268 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 1450359296
01-20 12:08:30.918 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:08:30.918 15243 15268 I Unity :
01-20 12:08:30.918 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.918 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.918 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.918 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.918 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.918 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:08:30.918 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\Mono
01-20 12:08:30.921 15243 15268 I Unity :
01-20 12:08:30.921 15243 15268 I Unity :
01-20 12:08:30.921 15243 15268 I Unity : from: Tom to: Tom : => member name: onOthersCardMove : => source line number: 709
01-20 12:08:30.921 15243 15268 I Unity :
01-20 12:08:30.921 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.921 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.921 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.921 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.921 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.921 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:08:30.921 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:30.921 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.921 15243 15268 I Unity : System.Reflection.M
01-20 12:08:30.925 15243 15268 I Unity :
01-20 12:08:30.925 15243 15268 I Unity :
01-20 12:08:30.925 15243 15268 I Unity : Tom added cards to center pile : => member name: onOthersCardMove : => source line number: 718
01-20 12:08:30.925 15243 15268 I Unity :
01-20 12:08:30.925 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.925 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.925 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.925 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.925 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.925 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:718)
01-20 12:08:30.925 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:30.925 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.925 15243 15268 I Unity : System
01-20 12:08:30.928 15243 15268 I Unity :
01-20 12:08:30.928 15243 15268 I Unity :
01-20 12:08:30.928 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:30.928 15243 15268 I Unity :
01-20 12:08:30.928 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.928 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.928 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.928 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.928 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.928 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:30.928 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:08:30.928 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:08:30.932 15243 15268 I Unity :
01-20 12:08:30.932 15243 15268 I Unity :
01-20 12:08:30.932 15243 15268 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:08:30.932 15243 15268 I Unity :
01-20 12:08:30.932 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.932 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.932 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.932 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.932 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.932 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:08:30.932 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:08:30.932 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:08:30.935 15243 15268 I Unity :
01-20 12:08:30.935 15243 15268 I Unity :
01-20 12:08:30.935 15243 15268 I Unity : Tom card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:08:30.935 15243 15268 I Unity :
01-20 12:08:30.935 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.935 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.935 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.935 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.935 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.935 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:08:30.935 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:30.935 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:30.935 15243 15268 I Unity : System.Reflection
01-20 12:08:30.938 15243 15268 I Unity :
01-20 12:08:30.938 15243 15268 I Unity :
01-20 12:08:30.938 15243 15268 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 1450359296 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:08:30.938 15243 15268 I Unity :
01-20 12:08:30.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.938 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.938 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.938 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.938 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.938 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:08:30.938 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:08:30.938 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\Monopoly
01-20 12:08:30.941 15243 15268 I Unity :
01-20 12:08:30.941 15243 15268 I Unity :
01-20 12:08:30.941 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile CENTER_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:08:30.941 15243 15268 I Unity :
01-20 12:08:30.941 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.941 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.941 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.941 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.941 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.941 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:08:30.941 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:30.941 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(B
01-20 12:08:30.945 15243 15268 I Unity :
01-20 12:08:30.945 15243 15268 I Unity :
01-20 12:08:30.945 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:08:30.945 15243 15268 I Unity :
01-20 12:08:30.945 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.945 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.945 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.945 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.945 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.945 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:08:30.945 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:30.945 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:08:30.958 15243 15268 I Unity :
01-20 12:08:30.958 15243 15268 I Unity :
01-20 12:08:30.958 15243 15268 I Unity : OnOppPlayerPlayCardToTheCenterPile fromPlayer.id 2 movedCard 2 tweenTime 0.25 xPos 50 : => member name: OnOppPlayerPlayCardToTheCenterPile : => source line number: 1593
01-20 12:08:30.958 15243 15268 I Unity :
01-20 12:08:30.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.958 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.958 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.958 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.958 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnOppPlayerPlayCardToTheCenterPile(PlayerMoves, UICard, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1593)
01-20 12:08:30.958 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewControlle
01-20 12:08:30.969 15243 15268 I Unity :
01-20 12:08:30.969 15243 15268 I Unity :
01-20 12:08:30.969 15243 15268 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:08:30.969 15243 15268 I Unity :
01-20 12:08:30.969 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:30.969 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:30.969 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:30.969 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:30.969 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:30.969 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:08:30.969 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToCenterPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1545)
01-20 12:08:30.969 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIV
01-20 12:08:34.352 15243 15268 I Unity :
01-20 12:08:34.352 15243 15268 I Unity :
01-20 12:08:34.352 15243 15268 I Unity : UID: 2 : => member name: findAndGetCards : => source line number: 320
01-20 12:08:34.352 15243 15268 I Unity :
01-20 12:08:34.352 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.352 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.352 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.352 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.352 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.352 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:08:34.352 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:34.352 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequest:deSerialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequest.cs:68)
01-20 12:08:34.352 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableReques
01-20 12:08:34.357 15243 15268 I Unity :
01-20 12:08:34.357 15243 15268 I Unity :
01-20 12:08:34.357 15243 15268 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:08:34.357 15243 15268 I Unity :
01-20 12:08:34.357 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.357 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.357 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.357 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.357 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.357 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:08:34.357 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:34.357 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequest:deSerialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequest.cs:68)
01-20 12:08:34.357 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(Serializa
01-20 12:08:34.362 15243 15268 I Unity :
01-20 12:08:34.362 15243 15268 I Unity :
01-20 12:08:34.362 15243 15268 I Unity : =============PROPERTY=============
01-20 12:08:34.362 15243 15268 I Unity : Porperty: 0
01-20 12:08:34.362 15243 15268 I Unity : type: PROPERTY_CARD action: NONE uid: 36 money: 4 isPureWild: False colors: 1 Hash -351603456
01-20 12:08:34.362 15243 15268 I Unity : =============END OF PROPERTY=============
01-20 12:08:34.362 15243 15268 I Unity : : => member name: findAndGetCards : => source line number: 330
01-20 12:08:34.362 15243 15268 I Unity :
01-20 12:08:34.362 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.362 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.362 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.362 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.362 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.362 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:330)
01-20 12:08:34.362 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:34.362 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequest:deSerialize(List`1) (at D:\UnityProj
01-20 12:08:34.367 15243 15268 I Unity :
01-20 12:08:34.367 15243 15268 I Unity :
01-20 12:08:34.367 15243 15268 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:08:34.367 15243 15268 I Unity :
01-20 12:08:34.367 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.367 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.367 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.367 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.367 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.367 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:08:34.367 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:08:34.367 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequest:deSerialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequest.cs:68)
01-20 12:08:34.367 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(Seria
01-20 12:08:34.371 15243 15268 I Unity :
01-20 12:08:34.371 15243 15268 I Unity :
01-20 12:08:34.371 15243 15268 I Unity : requestedCards: 0 : => member name: deSerialize : => source line number: 77
01-20 12:08:34.371 15243 15268 I Unity :
01-20 12:08:34.371 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.371 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.371 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.371 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.371 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.371 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequest:deSerialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequest.cs:77)
01-20 12:08:34.371 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2028)
01-20 12:08:34.371 15243 15268 I Unity : PhotonManager:onActionCompleteRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1220)
01-20 12:08:34.371 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Objec
01-20 12:08:34.380 15243 15268 I Unity :
01-20 12:08:34.380 15243 15268 I Unity :
01-20 12:08:34.380 15243 15268 I Unity : ==============REQUST===========
01-20 12:08:34.380 15243 15268 I Unity : Requester: Tom
01-20 12:08:34.380 15243 15268 I Unity : Requestee: 1
01-20 12:08:34.380 15243 15268 I Unity : RequestedMoney: 5
01-20 12:08:34.380 15243 15268 I Unity : RequesterProp:
01-20 12:08:34.380 15243 15268 I Unity : RequestedProp:
01-20 12:08:34.380 15243 15268 I Unity : isValid: True
01-20 12:08:34.380 15243 15268 I Unity : ReqTyp: MONEY
01-20 12:08:34.380 15243 15268 I Unity : Action: DEBT_COLLECTOR
01-20 12:08:34.380 15243 15268 I Unity : RquestedCards
01-20 12:08:34.380 15243 15268 I Unity : RquesterCards
01-20 12:08:34.380 15243 15268 I Unity : ============END OF REQUST=========== : => member name: onRequestRecvd : => source line number: 2030
01-20 12:08:34.380 15243 15268 I Unity :
01-20 12:08:34.380 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.380 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.380 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.380 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.380 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.380 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2030)
01-20 12:08:34.380 15243 15268 I Unity : PhotonManager:onActionCompleteRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1220)
01-20 12:08:34.380 15243 15268 I Unity : System.Reflection.
01-20 12:08:34.384 15243 15268 I Unity :
01-20 12:08:34.384 15243 15268 I Unity :
01-20 12:08:34.384 15243 15268 I Unity : Requster: Tom Requestee: Swath : => member name: onRequestRecvd : => source line number: 2037
01-20 12:08:34.384 15243 15268 I Unity :
01-20 12:08:34.384 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.384 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.384 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.384 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.384 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.384 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2037)
01-20 12:08:34.384 15243 15268 I Unity : PhotonManager:onActionCompleteRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1220)
01-20 12:08:34.384 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:08:34.384 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:08:34.384 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[]
01-20 12:08:34.391 15243 15268 I Unity :
01-20 12:08:34.391 15243 15268 I Unity :
01-20 12:08:34.391 15243 15268 I Unity : Requestdata not found... : => member name: updateRequestQueue : => source line number: 1889
01-20 12:08:34.391 15243 15268 I Unity :
01-20 12:08:34.391 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.391 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.391 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.391 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.391 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.391 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:updateRequestQueue(Request) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1889)
01-20 12:08:34.391 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2043)
01-20 12:08:34.391 15243 15268 I Unity : PhotonManager:onActionCompleteRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1220)
01-20 12:08:34.391 15243 15268 I Unity : System.Reflection.MonoM
01-20 12:08:34.395 15243 15268 I Unity :
01-20 12:08:34.395 15243 15268 I Unity :
01-20 12:08:34.395 15243 15268 I Unity : Adding to req Q : => member name: updateRequestQueue : => source line number: 1905
01-20 12:08:34.395 15243 15268 I Unity :
01-20 12:08:34.395 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.395 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.395 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.395 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.395 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.395 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:updateRequestQueue(Request) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1905)
01-20 12:08:34.395 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2043)
01-20 12:08:34.395 15243 15268 I Unity : PhotonManager:onActionCompleteRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1220)
01-20 12:08:34.395 15243 15268 I Unity : System.Reflection.MonoMethod:Int
01-20 12:08:34.399 15243 15268 I Unity :
01-20 12:08:34.399 15243 15268 I Unity :
01-20 12:08:34.399 15243 15268 I Unity : onRequestRecvdFromOppnt ==============REQUST===========
01-20 12:08:34.399 15243 15268 I Unity : Requester: Tom
01-20 12:08:34.399 15243 15268 I Unity : Requestee: 1
01-20 12:08:34.399 15243 15268 I Unity : RequestedMoney: 5
01-20 12:08:34.399 15243 15268 I Unity : RequesterProp:
01-20 12:08:34.399 15243 15268 I Unity : RequestedProp:
01-20 12:08:34.399 15243 15268 I Unity : isValid: True
01-20 12:08:34.399 15243 15268 I Unity : ReqTyp: MONEY
01-20 12:08:34.399 15243 15268 I Unity : Action: DEBT_COLLECTOR
01-20 12:08:34.399 15243 15268 I Unity : RquestedCards
01-20 12:08:34.399 15243 15268 I Unity : RquesterCards
01-20 12:08:34.399 15243 15268 I Unity : ============END OF REQUST=========== : => member name: onRequestRecvdFromOppnt : => source line number: 2004
01-20 12:08:34.399 15243 15268 I Unity :
01-20 12:08:34.399 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.399 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.399 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.399 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.399 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.399 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvdFromOppnt(Request) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2004)
01-20 12:08:34.399 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvd(SerializableRequest) (at D:\UnityProjects\MonopolyDealGit\Monopol
01-20 12:08:34.405 15243 15268 I Unity :
01-20 12:08:34.405 15243 15268 I Unity :
01-20 12:08:34.405 15243 15268 I Unity : onShowOpponentPlayerRequestUIEventToView requestType MONEY message Tom is demanding 5 Million : => member name: onShowOpponentPlayerRequestUIEventToView : => source line number: 916
01-20 12:08:34.405 15243 15268 I Unity :
01-20 12:08:34.405 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:34.405 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:34.405 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:34.405 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:34.405 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:34.405 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowOpponentPlayerRequestUIEventToView(Request) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:916)
01-20 12:08:34.405 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestRecvdFromOppnt(Request) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2019)
01-20 12:08:34.405 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDe
01-20 12:08:35.839 15243 15268 I Unity :
01-20 12:08:35.839 15243 15268 I Unity :
01-20 12:08:35.839 15243 15268 I Unity : Showing Dialog : => member name: Show : => source line number: 96
01-20 12:08:35.839 15243 15268 I Unity :
01-20 12:08:35.839 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:35.839 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:35.839 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:35.839 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:35.839 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:35.839 15243 15268 I Unity : DialogBox:Show(String, String, String, String, Callback, Boolean, Boolean, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:96)
01-20 12:08:35.839 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass128_0:<onShowOpponentPlayerRequestUIEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:930)
01-20 12:08:35.839 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:35.839 15243 15268 I Unity : LeanTween:Update() (
01-20 12:08:38.929 15243 15268 I Unity :
01-20 12:08:38.929 15243 15268 I Unity :
01-20 12:08:38.929 15243 15268 I Unity : isLocalPlayer? True requesteeId 1 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 972
01-20 12:08:38.929 15243 15268 I Unity :
01-20 12:08:38.929 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.929 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.929 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.929 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.929 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.929 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:972)
01-20 12:08:38.929 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.929 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:38.929 15243 15268 I Unity :
01-20 12:08:38.929 15243 15268 I Unity : (Filename: D Line:
01-20 12:08:38.931 15243 15268 I Unity :
01-20 12:08:38.931 15243 15268 I Unity :
01-20 12:08:38.931 15243 15268 I Unity : ShowOpponentPlayerRequestUIEvent hasPayableProperties? False bankcards: 2 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 978
01-20 12:08:38.931 15243 15268 I Unity :
01-20 12:08:38.931 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.931 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.931 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.931 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.931 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.931 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:978)
01-20 12:08:38.931 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.931 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework
01-20 12:08:38.933 15243 15268 I Unity :
01-20 12:08:38.933 15243 15268 I Unity :
01-20 12:08:38.933 15243 15268 I Unity : ShowOpponentPlayerRequestUIEvent message Tom is demanding 5 Million : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 990
01-20 12:08:38.933 15243 15268 I Unity :
01-20 12:08:38.933 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.933 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.933 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.933 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.933 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.933 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:990)
01-20 12:08:38.933 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.933 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanT
01-20 12:08:38.943 15243 15268 I Unity :
01-20 12:08:38.943 15243 15268 I Unity :
01-20 12:08:38.943 15243 15268 I Unity : ReArrangeGivenUICards count 1 : => member name: ReArrangeGivenUICards : => source line number: 1516
01-20 12:08:38.943 15243 15268 I Unity :
01-20 12:08:38.943 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.943 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.943 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.943 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.943 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.943 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ReArrangeGivenUICards(List`1, RectTransform, Single, Boolean, Single, Action) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1516)
01-20 12:08:38.943 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1032)
01-20 12:08:38.943 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:08:38.945 15243 15268 I Unity :
01-20 12:08:38.945 15243 15268 I Unity :
01-20 12:08:38.945 15243 15268 I Unity : bankCards.Count 2 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 1039
01-20 12:08:38.945 15243 15268 I Unity :
01-20 12:08:38.945 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.945 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.945 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.945 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.945 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.945 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1039)
01-20 12:08:38.945 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.945 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:38.945 15243 15268 I Unity :
01-20 12:08:38.945 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:08:38.945 15243 15268 I Unity :
01-20 12:08:38.957 15243 15268 I Unity :
01-20 12:08:38.957 15243 15268 I Unity :
01-20 12:08:38.957 15243 15268 I Unity : ReArrangeGivenUICards count 2 : => member name: ReArrangeGivenUICards : => source line number: 1516
01-20 12:08:38.957 15243 15268 I Unity :
01-20 12:08:38.957 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.957 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.957 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.957 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.957 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.957 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ReArrangeGivenUICards(List`1, RectTransform, Single, Boolean, Single, Action) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1516)
01-20 12:08:38.957 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1049)
01-20 12:08:38.957 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:08:38.958 15243 15268 I Unity :
01-20 12:08:38.958 15243 15268 I Unity :
01-20 12:08:38.958 15243 15268 I Unity : uiProperties.Count 0 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 1056
01-20 12:08:38.958 15243 15268 I Unity :
01-20 12:08:38.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.958 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.958 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.958 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.958 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.958 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1056)
01-20 12:08:38.958 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.958 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:38.958 15243 15268 I Unity :
01-20 12:08:38.958 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:08:38.958 15243 15268 I Unity :
01-20 12:08:38.960 15243 15268 I Unity :
01-20 12:08:38.960 15243 15268 I Unity :
01-20 12:08:38.960 15243 15268 I Unity : StartTimer time 10 : => member name: StartTimer : => source line number: 44
01-20 12:08:38.960 15243 15268 I Unity :
01-20 12:08:38.960 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:38.960 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:38.960 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:38.960 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:38.960 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:38.960 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:08:38.960 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1086)
01-20 12:08:38.960 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:38.960 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProj
01-20 12:08:39.207 15243 15268 I Unity :
01-20 12:08:39.207 15243 15268 I Unity :
01-20 12:08:39.207 15243 15268 I Unity : isLocalPlayer? True requesteeId 1 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 972
01-20 12:08:39.207 15243 15268 I Unity :
01-20 12:08:39.207 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.207 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.207 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.207 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.207 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.207 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:972)
01-20 12:08:39.207 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.207 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:39.207 15243 15268 I Unity :
01-20 12:08:39.207 15243 15268 I Unity : (Filename: D Line:
01-20 12:08:39.208 15243 15268 I Unity :
01-20 12:08:39.208 15243 15268 I Unity :
01-20 12:08:39.208 15243 15268 I Unity : ShowOpponentPlayerRequestUIEvent hasPayableProperties? False bankcards: 2 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 978
01-20 12:08:39.208 15243 15268 I Unity :
01-20 12:08:39.208 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.208 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.208 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.208 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.208 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.208 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:978)
01-20 12:08:39.208 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.208 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework
01-20 12:08:39.210 15243 15268 I Unity :
01-20 12:08:39.210 15243 15268 I Unity :
01-20 12:08:39.210 15243 15268 I Unity : ShowOpponentPlayerRequestUIEvent message Tom is demanding 5 Million : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 990
01-20 12:08:39.210 15243 15268 I Unity :
01-20 12:08:39.210 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.210 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.210 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.210 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.210 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.210 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:990)
01-20 12:08:39.210 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.210 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanT
01-20 12:08:39.220 15243 15268 I Unity :
01-20 12:08:39.220 15243 15268 I Unity :
01-20 12:08:39.220 15243 15268 I Unity : ReArrangeGivenUICards count 1 : => member name: ReArrangeGivenUICards : => source line number: 1516
01-20 12:08:39.220 15243 15268 I Unity :
01-20 12:08:39.220 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.220 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.220 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.220 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.220 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.220 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ReArrangeGivenUICards(List`1, RectTransform, Single, Boolean, Single, Action) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1516)
01-20 12:08:39.220 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1032)
01-20 12:08:39.220 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:08:39.222 15243 15268 I Unity :
01-20 12:08:39.222 15243 15268 I Unity :
01-20 12:08:39.222 15243 15268 I Unity : bankCards.Count 2 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 1039
01-20 12:08:39.222 15243 15268 I Unity :
01-20 12:08:39.222 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.222 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.222 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.222 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.222 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.222 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1039)
01-20 12:08:39.222 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.222 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:39.222 15243 15268 I Unity :
01-20 12:08:39.222 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:08:39.222 15243 15268 I Unity :
01-20 12:08:39.241 15243 15268 I Unity :
01-20 12:08:39.241 15243 15268 I Unity :
01-20 12:08:39.241 15243 15268 I Unity : ReArrangeGivenUICards count 2 : => member name: ReArrangeGivenUICards : => source line number: 1516
01-20 12:08:39.241 15243 15268 I Unity :
01-20 12:08:39.241 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.241 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.241 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.241 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.241 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.241 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ReArrangeGivenUICards(List`1, RectTransform, Single, Boolean, Single, Action) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1516)
01-20 12:08:39.241 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1049)
01-20 12:08:39.241 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:08:39.243 15243 15268 I Unity :
01-20 12:08:39.243 15243 15268 I Unity :
01-20 12:08:39.243 15243 15268 I Unity : uiProperties.Count 0 : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 1056
01-20 12:08:39.243 15243 15268 I Unity :
01-20 12:08:39.243 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.243 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.243 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.243 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.243 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.243 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1056)
01-20 12:08:39.243 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.243 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:373)
01-20 12:08:39.243 15243 15268 I Unity :
01-20 12:08:39.243 15243 15268 I Unity : (Filename: D Line: 0)
01-20 12:08:39.243 15243 15268 I Unity :
01-20 12:08:39.245 15243 15268 I Unity :
01-20 12:08:39.245 15243 15268 I Unity :
01-20 12:08:39.245 15243 15268 I Unity : StartTimer time 10 : => member name: StartTimer : => source line number: 44
01-20 12:08:39.245 15243 15268 I Unity :
01-20 12:08:39.245 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:39.245 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:39.245 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:39.245 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:39.245 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:39.245 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:08:39.245 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1086)
01-20 12:08:39.245 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:39.245 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProj
01-20 12:08:41.428 15243 15268 I Unity :
01-20 12:08:41.428 15243 15268 I Unity :
01-20 12:08:41.428 15243 15268 I Unity : End Trun isLocalPlayer? False id 2 : => member name: EndTurn : => source line number: 1182
01-20 12:08:41.428 15243 15268 I Unity :
01-20 12:08:41.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.428 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.428 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.428 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.428 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.428 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:08:41.428 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:08:41.428 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:08:41.428 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-20 12:08:41.434 15243 15268 I Unity :
01-20 12:08:41.434 15243 15268 I Unity :
01-20 12:08:41.434 15243 15268 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash -720564736 : => member name: ToggleInteractive : => source line number: 198
01-20 12:08:41.434 15243 15268 I Unity :
01-20 12:08:41.434 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.434 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.434 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.434 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.434 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.434 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIProperties.cs:198)
01-20 12:08:41.434 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:431)
01-20 12:08:41.434 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGi
01-20 12:08:41.482 15243 15268 I Unity :
01-20 12:08:41.482 15243 15268 I Unity :
01-20 12:08:41.482 15243 15268 I Unity : UIView on set turn... 3 : => member name: onSetTurn : => source line number: 1657
01-20 12:08:41.482 15243 15268 I Unity :
01-20 12:08:41.482 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.482 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.482 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.482 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.482 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.482 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:08:41.482 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:41.482 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:41.482 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:41.489 15243 15268 I Unity :
01-20 12:08:41.489 15243 15268 I Unity :
01-20 12:08:41.489 15243 15268 I Unity : SetTurn to 3 : => member name: SetTurn : => source line number: 656
01-20 12:08:41.489 15243 15268 I Unity :
01-20 12:08:41.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.489 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.489 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.489 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.489 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:08:41.489 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:08:41.489 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:41.489 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:08:41.491 15243 15268 I Unity :
01-20 12:08:41.491 15243 15268 I Unity :
01-20 12:08:41.491 15243 15268 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:08:41.491 15243 15268 I Unity :
01-20 12:08:41.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.491 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.491 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.491 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.491 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.491 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:08:41.491 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:08:41.491 15243 15268 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:08:41.491 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:08:41.897 15243 15268 I Unity :
01-20 12:08:41.897 15243 15268 I Unity :
01-20 12:08:41.897 15243 15268 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:41.897 15243 15268 I Unity :
01-20 12:08:41.897 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.897 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.897 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.897 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.897 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.897 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:41.897 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:08:41.897 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:41.897 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:08:41.970 15243 15268 I Unity :
01-20 12:08:41.970 15243 15268 I Unity :
01-20 12:08:41.970 15243 15268 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:08:41.970 15243 15268 I Unity :
01-20 12:08:41.970 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:41.970 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:41.970 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:41.970 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:41.970 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:41.970 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:08:41.970 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:08:41.970 15243 15268 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:08:41.970 15243 15268 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:08:42.479 15243 15268 I Unity :
01-20 12:08:42.479 15243 15268 I Unity :
01-20 12:08:42.479 15243 15268 I Unity : onSetTurnTimerEventToView 3 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:08:42.479 15243 15268 I Unity :
01-20 12:08:42.479 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:42.479 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:42.479 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:42.479 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:42.479 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:42.479 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:08:42.479 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:08:42.479 15243 15268 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:08:42.481 15243 15268 I Unity :
01-20 12:08:42.481 15243 15268 I Unity :
01-20 12:08:42.481 15243 15268 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:08:42.481 15243 15268 I Unity :
01-20 12:08:42.481 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:42.481 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:42.481 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:42.481 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:42.481 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:42.481 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:08:42.481 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:08:42.481 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:08:42.484 15243 15268 I Unity :
01-20 12:08:42.484 15243 15268 I Unity :
01-20 12:08:42.484 15243 15268 I Unity : onUpdatePlayerPlayStateEventToView name: Yui id: 3 seat: 2 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:08:42.484 15243 15268 I Unity :
01-20 12:08:42.484 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:42.484 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:42.484 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:42.484 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:42.484 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:42.484 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:08:42.484 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:08:42.484 15243 15268 I Unity : <ExecuteAfte
01-20 12:08:42.487 15243 15268 I Unity :
01-20 12:08:42.487 15243 15268 I Unity :
01-20 12:08:42.487 15243 15268 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:08:42.487 15243 15268 I Unity :
01-20 12:08:42.487 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:42.487 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:42.487 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:42.487 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:42.487 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:42.487 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:08:42.487 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:08:42.487 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:08:42.489 15243 15268 I Unity :
01-20 12:08:42.489 15243 15268 I Unity :
01-20 12:08:42.489 15243 15268 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:08:42.489 15243 15268 I Unity :
01-20 12:08:42.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:42.489 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:42.489 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:42.489 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:42.489 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:42.489 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:08:42.489 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:08:42.489 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:08:43.245 15243 15268 I Unity :
01-20 12:08:43.245 15243 15268 I Unity :
01-20 12:08:43.245 15243 15268 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:08:43.245 15243 15268 I Unity :
01-20 12:08:43.245 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.245 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.245 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.245 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.245 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.245 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:08:43.245 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:43.245 15243 15268 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:08:43.245 15243 15268 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:08:43.245 15243 15268 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:08:43.249 15243 15268 I Unity :
01-20 12:08:43.249 15243 15268 I Unity :
01-20 12:08:43.249 15243 15268 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:08:43.249 15243 15268 I Unity :
01-20 12:08:43.249 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.249 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.249 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.249 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.249 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.249 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:08:43.249 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:08:43.249 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:43.249 15243 15268 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:08:43.253 15243 15268 I Unity :
01-20 12:08:43.253 15243 15268 I Unity :
01-20 12:08:43.253 15243 15268 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:08:43.253 15243 15268 I Unity :
01-20 12:08:43.253 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.253 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.253 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.253 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.253 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.253 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:08:43.253 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:43.253 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:43.253 15243 15268 I Unity : System.Reflection.Mo
01-20 12:08:43.257 15243 15268 I Unity :
01-20 12:08:43.257 15243 15268 I Unity :
01-20 12:08:43.257 15243 15268 I Unity : ==============PLAYER MOVE===========
01-20 12:08:43.257 15243 15268 I Unity : From: Yui
01-20 12:08:43.257 15243 15268 I Unity : To: Yui
01-20 12:08:43.257 15243 15268 I Unity : ToPile: HAND_PILE
01-20 12:08:43.257 15243 15268 I Unity : Properties:
01-20 12:08:43.257 15243 15268 I Unity : isValidMv: True
01-20 12:08:43.257 15243 15268 I Unity : CardsMoved
01-20 12:08:43.257 15243 15268 I Unity : type: PROPERTY_CARD action: RAILROAD uid: 52 money: 2 isPureWild: False colors: 1 Hash -1173588864
01-20 12:08:43.257 15243 15268 I Unity : type: MONEY_CARD action: MONEY uid: 94 money: 2 isPureWild: False colors: 1 Hash 101319424
01-20 12:08:43.257 15243 15268 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:08:43.257 15243 15268 I Unity :
01-20 12:08:43.257 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.257 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.257 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.257 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.257 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.257 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:08:43.257 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealControlle
01-20 12:08:43.261 15243 15268 I Unity :
01-20 12:08:43.261 15243 15268 I Unity :
01-20 12:08:43.261 15243 15268 I Unity : from: Yui to: Yui : => member name: onOthersCardMove : => source line number: 709
01-20 12:08:43.261 15243 15268 I Unity :
01-20 12:08:43.261 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.261 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.261 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.261 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.261 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.261 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:08:43.261 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:08:43.261 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:08:43.261 15243 15268 I Unity : System.Reflection.M
01-20 12:08:43.265 15243 15268 I Unity :
01-20 12:08:43.265 15243 15268 I Unity :
01-20 12:08:43.265 15243 15268 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:08:43.265 15243 15268 I Unity :
01-20 12:08:43.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.265 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.265 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.265 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.265 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:08:43.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:08:43.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:08:43.270 15243 15268 I Unity :
01-20 12:08:43.270 15243 15268 I Unity :
01-20 12:08:43.270 15243 15268 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:08:43.270 15243 15268 I Unity :
01-20 12:08:43.270 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.270 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.270 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.270 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.270 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.270 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:08:43.270 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:43.270 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:08:43.274 15243 15268 I Unity :
01-20 12:08:43.274 15243 15268 I Unity :
01-20 12:08:43.274 15243 15268 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:08:43.274 15243 15268 I Unity :
01-20 12:08:43.274 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:43.274 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:43.274 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:43.274 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:43.274 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:43.274 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:08:43.274 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:08:43.274 15243 15268 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:08:44.303 15243 15268 I Unity :
01-20 12:08:44.303 15243 15268 I Unity :
01-20 12:08:44.303 15243 15268 I Unity : Discard Card Timeout True : => member name: ShowOpponentPlayerRequestUIEvent : => source line number: 1091
01-20 12:08:44.303 15243 15268 I Unity :
01-20 12:08:44.303 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:44.303 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:44.303 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:44.303 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:44.303 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:44.303 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__2(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1091)
01-20 12:08:44.303 15243 15268 I Unity : IJDV.MonopolyDeal.Utils.<IStartTimer>d__19:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:81)
01-20 12:08:44.303 15243 15268 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:08:44.303 15243 15268 I Unity :
01-20 12:08:44.303 15243 15268 I Unity : (Fil
01-20 12:08:44.327 15243 15268 I Unity :
01-20 12:08:44.327 15243 15268 I Unity :
01-20 12:08:44.327 15243 15268 I Unity : Swath processing Request : => member name: processRequest : => source line number: 3359
01-20 12:08:44.327 15243 15268 I Unity :
01-20 12:08:44.327 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:44.327 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:44.327 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:44.327 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:44.327 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:44.327 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:3359)
01-20 12:08:44.327 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalRequestACKTimout(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1998)
01-20 12:08:44.327 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass129_0:<ShowOpponentPlayerRequestUIEvent>b__2(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDea
01-20 12:08:44.657 15243 15268 D Unity : Uploading Crash Report
01-20 12:08:44.658 15243 15268 E Unity : NullReferenceException: Object reference not set to an instance of an object
01-20 12:08:44.658 15243 15268 E Unity : at IJDV.MonopolyDeal.Model.MonoPlayer.processRequest (IJDV.MonopolyDeal.Model.Request request, System.Boolean useNoCardWisely) [0x00033] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:3362
01-20 12:08:44.658 15243 15268 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onLocalRequestACKTimout (IJDV.MonopolyDeal.Model.MonoPlayer player) [0x00001] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1998
01-20 12:08:44.658 15243 15268 E Unity : at IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController+<>c__DisplayClass129_0.<ShowOpponentPlayerRequestUIEvent>b__2 (System.Boolean didTimeout, IJDV.MonopolyDeal.Utils.Timer+TimerType timerType) [0x0007b] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1096
01-20 12:08:44.658 15243 15268 E Unity : at IJDV.MonopolyDeal.Utils.Timer+<IStartTimer>d__19.MoveNext () [0x00078] in D:\UnityProjects\MonopolyDealGit\Mo
01-20 12:08:50.569 15243 15268 I Unity :
01-20 12:08:50.569 15243 15268 I Unity :
01-20 12:08:50.569 15243 15268 I Unity : OnPointerClick tapMode None tweeningCard False isMultiSelectEnabled True playState NONE selectingForCardSwap False for Money Card : => member name: OnPointerClick : => source line number: 580
01-20 12:08:50.569 15243 15268 I Unity :
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.569 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.569 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:580)
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
01-20 12:08:50.569 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(GameObj
01-20 12:08:50.578 15243 15268 I Unity :
01-20 12:08:50.578 15243 15268 I Unity :
01-20 12:08:50.578 15243 15268 I Unity : IsNullOrEmpty 0 : => member name: IsNullOrEmpty : => source line number: 94
01-20 12:08:50.578 15243 15268 I Unity :
01-20 12:08:50.578 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.578 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.578 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.578 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.578 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.578 15243 15268 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:94)
01-20 12:08:50.578 15243 15268 I Unity : IJDV.MonopolyDeal.Model.TradeCardColection:IsNullOrEmpty() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\TradeCardColection.cs:20)
01-20 12:08:50.578 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1180)
01-20 12:08:50.578 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUI
01-20 12:08:50.582 15243 15268 I Unity :
01-20 12:08:50.582 15243 15268 I Unity :
01-20 12:08:50.582 15243 15268 I Unity : ToggleHighlightImage True : => member name: ToggleHighlightImage : => source line number: 456
01-20 12:08:50.582 15243 15268 I Unity :
01-20 12:08:50.582 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.582 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.582 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.582 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.582 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.582 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:ToggleHighlightImage(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:456)
01-20 12:08:50.582 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1187)
01-20 12:08:50.582 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Control
01-20 12:08:50.585 15243 15268 I Unity :
01-20 12:08:50.585 15243 15268 I Unity :
01-20 12:08:50.585 15243 15268 I Unity : GetCardsTotalFaceValue 3 : => member name: GetCardsTotalFaceValue : => source line number: 1539
01-20 12:08:50.585 15243 15268 I Unity :
01-20 12:08:50.585 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.585 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.585 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.585 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.585 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.585 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:GetCardsTotalFaceValue(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1539)
01-20 12:08:50.585 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1188)
01-20 12:08:50.585 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\Monop
01-20 12:08:50.589 15243 15268 I Unity :
01-20 12:08:50.589 15243 15268 I Unity :
01-20 12:08:50.589 15243 15268 I Unity : GetCardsTotalFaceValue 3 : => member name: GetCardsTotalFaceValue : => source line number: 1539
01-20 12:08:50.589 15243 15268 I Unity :
01-20 12:08:50.589 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.589 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.589 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.589 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.589 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.589 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:GetCardsTotalFaceValue(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1539)
01-20 12:08:50.589 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1232)
01-20 12:08:50.589 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\Monopol
01-20 12:08:50.594 15243 15268 I Unity :
01-20 12:08:50.594 15243 15268 I Unity :
01-20 12:08:50.594 15243 15268 I Unity : GetTotalProperties 0 : => member name: GetTotalPropertiesCount : => source line number: 281
01-20 12:08:50.594 15243 15268 I Unity :
01-20 12:08:50.594 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.594 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.594 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.594 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.594 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.594 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetTotalPropertiesCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:281)
01-20 12:08:50.594 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1235)
01-20 12:08:50.594 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\
01-20 12:08:50.598 15243 15268 I Unity :
01-20 12:08:50.598 15243 15268 I Unity :
01-20 12:08:50.598 15243 15268 I Unity : GetTotalPureWildPropertiesCount 0 : => member name: GetTotalPureWildPropertiesCount : => source line number: 296
01-20 12:08:50.598 15243 15268 I Unity :
01-20 12:08:50.598 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.598 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.598 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.598 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.598 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.598 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetTotalPureWildPropertiesCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:296)
01-20 12:08:50.598 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1235)
01-20 12:08:50.598 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scr
01-20 12:08:50.601 15243 15268 I Unity :
01-20 12:08:50.601 15243 15268 I Unity :
01-20 12:08:50.601 15243 15268 I Unity : CanEnablePayToOppButton canPay False totalMoneyValue 3 requestedMoney 5 totalBankCards 2 totalPropCards 0 didSelectAllCards False : => member name: CanEnablePayToOppButton : => source line number: 1240
01-20 12:08:50.601 15243 15268 I Unity :
01-20 12:08:50.601 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.601 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.601 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.601 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.601 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.601 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1240)
01-20 12:08:50.601 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1190)
01-20 12:08:50.601 15243 15268 I Unity : IJDV.Monopo
01-20 12:08:50.603 15243 15268 I Unity :
01-20 12:08:50.603 15243 15268 I Unity :
01-20 12:08:50.603 15243 15268 I Unity : OnSelectCardWhenOppAsksForMoney count 1 totalMoneyValue 3 requestedMoney 5 _extraCardsInHand 0 : => member name: OnSelectCardWhenOppAsksForMoney : => source line number: 1191
01-20 12:08:50.603 15243 15268 I Unity :
01-20 12:08:50.603 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:50.603 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:50.603 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:50.603 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:50.603 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:50.603 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1191)
01-20 12:08:50.603 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1453)
01-20 12:08:50.603 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:Toggle
01-20 12:08:51.259 15243 15268 I Unity :
01-20 12:08:51.259 15243 15268 I Unity :
01-20 12:08:51.259 15243 15268 I Unity : OnPointerClick tapMode None tweeningCard False isMultiSelectEnabled True playState NONE selectingForCardSwap False for Money Card : => member name: OnPointerClick : => source line number: 580
01-20 12:08:51.259 15243 15268 I Unity :
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.259 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.259 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:580)
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
01-20 12:08:51.259 15243 15268 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(GameObj
01-20 12:08:51.262 15243 15268 I Unity :
01-20 12:08:51.262 15243 15268 I Unity :
01-20 12:08:51.262 15243 15268 I Unity : IsNullOrEmpty 1 : => member name: IsNullOrEmpty : => source line number: 94
01-20 12:08:51.262 15243 15268 I Unity :
01-20 12:08:51.262 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.262 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.262 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.262 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.262 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.262 15243 15268 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:94)
01-20 12:08:51.262 15243 15268 I Unity : IJDV.MonopolyDeal.Model.TradeCardColection:IsNullOrEmpty() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\TradeCardColection.cs:20)
01-20 12:08:51.262 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1180)
01-20 12:08:51.262 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUI
01-20 12:08:51.265 15243 15268 I Unity :
01-20 12:08:51.265 15243 15268 I Unity :
01-20 12:08:51.265 15243 15268 I Unity : GetCardsTotalFaceValue 3 : => member name: GetCardsTotalFaceValue : => source line number: 1539
01-20 12:08:51.265 15243 15268 I Unity :
01-20 12:08:51.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.265 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.265 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.265 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.265 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:GetCardsTotalFaceValue(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1539)
01-20 12:08:51.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1180)
01-20 12:08:51.265 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\Monop
01-20 12:08:51.267 15243 15268 I Unity :
01-20 12:08:51.267 15243 15268 I Unity :
01-20 12:08:51.267 15243 15268 I Unity : ToggleHighlightImage True : => member name: ToggleHighlightImage : => source line number: 456
01-20 12:08:51.267 15243 15268 I Unity :
01-20 12:08:51.267 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.267 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.267 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.267 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.267 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.267 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:ToggleHighlightImage(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:456)
01-20 12:08:51.267 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1187)
01-20 12:08:51.267 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Control
01-20 12:08:51.269 15243 15268 I Unity :
01-20 12:08:51.269 15243 15268 I Unity :
01-20 12:08:51.269 15243 15268 I Unity : GetCardsTotalFaceValue 7 : => member name: GetCardsTotalFaceValue : => source line number: 1539
01-20 12:08:51.269 15243 15268 I Unity :
01-20 12:08:51.269 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.269 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.269 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.269 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.269 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.269 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:GetCardsTotalFaceValue(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1539)
01-20 12:08:51.269 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1188)
01-20 12:08:51.269 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\Monop
01-20 12:08:51.272 15243 15268 I Unity :
01-20 12:08:51.272 15243 15268 I Unity :
01-20 12:08:51.272 15243 15268 I Unity : GetCardsTotalFaceValue 7 : => member name: GetCardsTotalFaceValue : => source line number: 1539
01-20 12:08:51.272 15243 15268 I Unity :
01-20 12:08:51.272 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.272 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.272 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.272 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.272 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.272 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:GetCardsTotalFaceValue(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1539)
01-20 12:08:51.272 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1232)
01-20 12:08:51.272 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\Monopol
01-20 12:08:51.274 15243 15268 I Unity :
01-20 12:08:51.274 15243 15268 I Unity :
01-20 12:08:51.274 15243 15268 I Unity : GetTotalProperties 0 : => member name: GetTotalPropertiesCount : => source line number: 281
01-20 12:08:51.274 15243 15268 I Unity :
01-20 12:08:51.274 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.274 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.274 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.274 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.274 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.274 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetTotalPropertiesCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:281)
01-20 12:08:51.274 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1235)
01-20 12:08:51.274 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\
01-20 12:08:51.277 15243 15268 I Unity :
01-20 12:08:51.277 15243 15268 I Unity :
01-20 12:08:51.277 15243 15268 I Unity : GetTotalPureWildPropertiesCount 0 : => member name: GetTotalPureWildPropertiesCount : => source line number: 296
01-20 12:08:51.277 15243 15268 I Unity :
01-20 12:08:51.277 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.277 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.277 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.277 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.277 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.277 15243 15268 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetTotalPureWildPropertiesCount() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:296)
01-20 12:08:51.277 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1235)
01-20 12:08:51.277 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scr
01-20 12:08:51.278 15243 15268 I Unity :
01-20 12:08:51.278 15243 15268 I Unity :
01-20 12:08:51.278 15243 15268 I Unity : CanEnablePayToOppButton canPay True totalMoneyValue 7 requestedMoney 5 totalBankCards 2 totalPropCards 0 didSelectAllCards True : => member name: CanEnablePayToOppButton : => source line number: 1240
01-20 12:08:51.278 15243 15268 I Unity :
01-20 12:08:51.278 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.278 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.278 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.278 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.278 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.278 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CanEnablePayToOppButton() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1240)
01-20 12:08:51.278 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1190)
01-20 12:08:51.278 15243 15268 I Unity : IJDV.Monopoly
01-20 12:08:51.280 15243 15268 I Unity :
01-20 12:08:51.280 15243 15268 I Unity :
01-20 12:08:51.280 15243 15268 I Unity : OnSelectCardWhenOppAsksForMoney count 2 totalMoneyValue 7 requestedMoney 5 _extraCardsInHand 0 : => member name: OnSelectCardWhenOppAsksForMoney : => source line number: 1191
01-20 12:08:51.280 15243 15268 I Unity :
01-20 12:08:51.280 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.280 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.280 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.280 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.280 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.280 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnSelectCardWhenOppAsksForMoney(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1191)
01-20 12:08:51.280 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:MultiSelectOnSelect(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1453)
01-20 12:08:51.280 15243 15268 I Unity : IJDV.MonopolyDeal.View.UICard:Toggle
01-20 12:08:51.701 15243 15268 I Unity :
01-20 12:08:51.701 15243 15268 I Unity :
01-20 12:08:51.701 15243 15268 I Unity : PayMoneyToOpponent cards.Count 2 : => member name: PayMoneyToOpponent : => source line number: 1249
01-20 12:08:51.701 15243 15268 I Unity :
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.701 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.701 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:PayMoneyToOpponent() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1249)
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:08:51.701 15243 15268 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:08:51.701 15243 15268 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\Mon
01-20 12:08:51.712 15243 15268 I Unity :
01-20 12:08:51.712 15243 15268 I Unity :
01-20 12:08:51.712 15243 15268 I Unity : UID: 98 : => member name: findAndGetCards : => source line number: 320
01-20 12:08:51.712 15243 15268 I Unity :
01-20 12:08:51.712 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.712 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.712 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.712 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.712 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.712 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:08:51.712 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequestACK:deserialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequestACK.cs:33)
01-20 12:08:51.712 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvd(SerializableRequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2120)
01-20 12:08:51.712 15243 15268 I Unity : PhotonManager:onRequestAckR
01-20 12:08:51.716 15243 15268 I Unity :
01-20 12:08:51.716 15243 15268 I Unity :
01-20 12:08:51.716 15243 15268 I Unity : UID: 101 : => member name: findAndGetCards : => source line number: 320
01-20 12:08:51.716 15243 15268 I Unity :
01-20 12:08:51.716 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.716 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.716 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.716 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.716 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.716 15243 15268 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:08:51.716 15243 15268 I Unity : IJDV.MonopolyDeal.Model.SerializableRequestACK:deserialize(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializableRequestACK.cs:33)
01-20 12:08:51.716 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvd(SerializableRequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2120)
01-20 12:08:51.716 15243 15268 I Unity : PhotonManager:onRequestAck
01-20 12:08:51.720 15243 15268 I Unity :
01-20 12:08:51.720 15243 15268 I Unity :
01-20 12:08:51.720 15243 15268 I Unity : onRequestAckRecvdFromOppnt: required: : => member name: onRequestAckRecvdFromOppnt : => source line number: 2136
01-20 12:08:51.720 15243 15268 I Unity :
01-20 12:08:51.720 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.720 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.720 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.720 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.720 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.720 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2136)
01-20 12:08:51.720 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvd(SerializableRequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2122)
01-20 12:08:51.720 15243 15268 I Unity : PhotonManager:onRequestAckRecvdFromOppntRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Manage
01-20 12:08:51.729 15243 15268 I Unity :
01-20 12:08:51.729 15243 15268 I Unity :
01-20 12:08:51.729 15243 15268 I Unity : Request accepted from Swath : => member name: handleAcceptedRequest : => source line number: 2189
01-20 12:08:51.729 15243 15268 I Unity :
01-20 12:08:51.729 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.729 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.729 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.729 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.729 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.729 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleAcceptedRequest(RequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2189)
01-20 12:08:51.729 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2144)
01-20 12:08:51.729 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvd(SerializableRequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\
01-20 12:08:51.732 15243 15268 I Unity :
01-20 12:08:51.732 15243 15268 I Unity :
01-20 12:08:51.732 15243 15268 I Unity : ack.cards: 2 : => member name: handleAcceptedRequest : => source line number: 2190
01-20 12:08:51.732 15243 15268 I Unity :
01-20 12:08:51.732 15243 15268 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:08:51.732 15243 15268 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:08:51.732 15243 15268 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:08:51.732 15243 15268 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:08:51.732 15243 15268 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:08:51.732 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleAcceptedRequest(RequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2190)
01-20 12:08:51.732 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2144)
01-20 12:08:51.732 15243 15268 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvd(SerializableRequestACK) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:08:51.775 15243 15268 D Unity : Uploading Crash Report
01-20 12:08:51.776 15243 15268 E Unity : NullReferenceException: Object reference not set to an instance of an object
01-20 12:08:51.776 15243 15268 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.handleAcceptedRequest (IJDV.MonopolyDeal.Model.RequestACK ack) [0x00097] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2193
01-20 12:08:51.776 15243 15268 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onRequestAckRecvdFromOppnt (IJDV.MonopolyDeal.Model.RequestACK ack) [0x00040] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2144
01-20 12:08:51.776 15243 15268 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onRequestAckRecvd (IJDV.MonopolyDeal.Model.SerializableRequestACK requestAck) [0x0000e] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2122
01-20 12:08:51.776 15243 15268 E Unity : at PhotonManager.onRequestAckRecvdFromOppntRPC (System.Byte[] requestAck) [0x00001] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1226
01-20 12:08:51.776 15243 15268 E Unity : at (wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment