Skip to content

Instantly share code, notes, and snippets.

@kavyak28
Created January 21, 2021 09:50
Show Gist options
  • Save kavyak28/2e47d1c7fdbaa04ebc8523069cf526ba to your computer and use it in GitHub Desktop.
Save kavyak28/2e47d1c7fdbaa04ebc8523069cf526ba to your computer and use it in GitHub Desktop.
Bug 59_P1- Offline Null reference exception
01-21 15:17:01.577 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:01.577 32525 32550 I Unity : UnityEngine.Events.UnityEv
01-21 15:17:01.578 32525 32550 I Unity :
01-21 15:17:01.578 32525 32550 I Unity :
01-21 15:17:01.578 32525 32550 I Unity : IsNullOrEmpty 1 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:01.578 32525 32550 I Unity :
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:01.578 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:01.578 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:01.578 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:PayMoneyToOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1378)
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:01.578 32525 32550 I Unity : UnityEngine.Events.UnityEv
01-21 15:17:01.579 32525 32550 I Unity :
01-21 15:17:01.579 32525 32550 I Unity :
01-21 15:17:01.579 32525 32550 I Unity : _oppAsksMoneyWithLocPlayerPropCards IsNullOrEmpty? False 1 : => member name: PayMoneyToOpponent : => source line number: 1378
01-21 15:17:01.579 32525 32550 I Unity :
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:01.579 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:01.579 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:PayMoneyToOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1378)
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:01.579 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:5
01-21 15:17:01.580 32525 32550 I Unity :
01-21 15:17:01.580 32525 32550 I Unity :
01-21 15:17:01.580 32525 32550 I Unity : IsNullOrEmpty 1 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:01.580 32525 32550 I Unity :
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:01.580 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:01.580 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:01.580 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:PayMoneyToOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1379)
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:01.580 32525 32550 I Unity : UnityEngine.Events.UnityEv
01-21 15:17:02.012 32525 32550 I Unity :
01-21 15:17:02.012 32525 32550 I Unity :
01-21 15:17:02.012 32525 32550 I Unity : reArrangeHouseHotelOrWilds..... : => member name: reArrangeHouseHotelOrWilds : => source line number: 1490
01-21 15:17:02.012 32525 32550 I Unity :
01-21 15:17:02.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.012 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.012 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.012 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.012 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1490)
01-21 15:17:02.012 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2500)
01-21 15:17:02.012 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Devel
01-21 15:17:02.013 32525 32550 I Unity :
01-21 15:17:02.013 32525 32550 I Unity :
01-21 15:17:02.013 32525 32550 I Unity : ======= deCoupleProperties============ : => member name: deCoupleProperties : => source line number: 705
01-21 15:17:02.013 32525 32550 I Unity :
01-21 15:17:02.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.013 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.013 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.013 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.013 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:705)
01-21 15:17:02.013 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.013 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/
01-21 15:17:02.015 32525 32550 I Unity :
01-21 15:17:02.015 32525 32550 I Unity :
01-21 15:17:02.015 32525 32550 I Unity : ======= deCoupleProperties Ends============ : => member name: deCoupleProperties : => source line number: 893
01-21 15:17:02.015 32525 32550 I Unity :
01-21 15:17:02.015 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.015 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.015 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.015 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.015 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.015 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:893)
01-21 15:17:02.015 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.015 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Vol
01-21 15:17:02.016 32525 32550 I Unity :
01-21 15:17:02.016 32525 32550 I Unity :
01-21 15:17:02.016 32525 32550 I Unity : =========Merge Props============ : => member name: mergeIncompleteDuplicateProperties : => source line number: 900
01-21 15:17:02.016 32525 32550 I Unity :
01-21 15:17:02.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.016 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.016 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.016 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.016 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:900)
01-21 15:17:02.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.016 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mo
01-21 15:17:02.017 32525 32550 I Unity :
01-21 15:17:02.017 32525 32550 I Unity :
01-21 15:17:02.017 32525 32550 I Unity : primaryColorGrp count: 0 : => member name: mergeIncompleteDuplicateProperties : => source line number: 902
01-21 15:17:02.017 32525 32550 I Unity :
01-21 15:17:02.017 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.017 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.017 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.017 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.017 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.017 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:902)
01-21 15:17:02.017 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.017 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDe
01-21 15:17:02.018 32525 32550 I Unity :
01-21 15:17:02.018 32525 32550 I Unity :
01-21 15:17:02.018 32525 32550 I Unity : =========Merge Props Ends============ : => member name: mergeIncompleteDuplicateProperties : => source line number: 959
01-21 15:17:02.018 32525 32550 I Unity :
01-21 15:17:02.018 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.018 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.018 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.018 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.018 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.018 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:959)
01-21 15:17:02.018 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.018 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Wor
01-21 15:17:02.020 32525 32550 I Unity :
01-21 15:17:02.020 32525 32550 I Unity :
01-21 15:17:02.020 32525 32550 I Unity : reArrangeHouseHotelOrWilds..... : => member name: reArrangeHouseHotelOrWilds : => source line number: 1490
01-21 15:17:02.020 32525 32550 I Unity :
01-21 15:17:02.020 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.020 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.020 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.020 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.020 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.020 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1490)
01-21 15:17:02.020 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2505)
01-21 15:17:02.020 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Devel
01-21 15:17:02.021 32525 32550 I Unity :
01-21 15:17:02.021 32525 32550 I Unity :
01-21 15:17:02.021 32525 32550 I Unity : ======= deCoupleProperties============ : => member name: deCoupleProperties : => source line number: 705
01-21 15:17:02.021 32525 32550 I Unity :
01-21 15:17:02.021 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.021 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.021 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.021 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.021 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.021 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:705)
01-21 15:17:02.021 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.021 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/
01-21 15:17:02.022 32525 32550 I Unity :
01-21 15:17:02.022 32525 32550 I Unity :
01-21 15:17:02.022 32525 32550 I Unity : ======= deCoupleProperties Ends============ : => member name: deCoupleProperties : => source line number: 893
01-21 15:17:02.022 32525 32550 I Unity :
01-21 15:17:02.022 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.022 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.022 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.022 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.022 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.022 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:893)
01-21 15:17:02.022 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.022 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Vol
01-21 15:17:02.023 32525 32550 I Unity :
01-21 15:17:02.023 32525 32550 I Unity :
01-21 15:17:02.023 32525 32550 I Unity : reArrangeHouseHotelOrWilds..... : => member name: reArrangeHouseHotelOrWilds : => source line number: 1490
01-21 15:17:02.023 32525 32550 I Unity :
01-21 15:17:02.023 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.023 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.023 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.023 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.023 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.023 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1490)
01-21 15:17:02.023 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2500)
01-21 15:17:02.023 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Devel
01-21 15:17:02.025 32525 32550 I Unity :
01-21 15:17:02.025 32525 32550 I Unity :
01-21 15:17:02.025 32525 32550 I Unity : ======= deCoupleProperties============ : => member name: deCoupleProperties : => source line number: 705
01-21 15:17:02.025 32525 32550 I Unity :
01-21 15:17:02.025 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.025 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.025 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.025 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.025 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.025 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:705)
01-21 15:17:02.025 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.025 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/
01-21 15:17:02.026 32525 32550 I Unity :
01-21 15:17:02.026 32525 32550 I Unity :
01-21 15:17:02.026 32525 32550 I Unity : localProperties: 1 : => member name: deCoupleProperties : => source line number: 713
01-21 15:17:02.026 32525 32550 I Unity :
01-21 15:17:02.026 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.026 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.026 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.026 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.026 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.026 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:713)
01-21 15:17:02.026 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.026 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Wo
01-21 15:17:02.027 32525 32550 I Unity :
01-21 15:17:02.027 32525 32550 I Unity :
01-21 15:17:02.027 32525 32550 I Unity : twoPureWildProps: 0 : => member name: deCoupleProperties : => source line number: 879
01-21 15:17:02.027 32525 32550 I Unity :
01-21 15:17:02.027 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.027 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.027 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.027 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.027 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.027 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:879)
01-21 15:17:02.027 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.027 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_W
01-21 15:17:02.028 32525 32550 I Unity :
01-21 15:17:02.028 32525 32550 I Unity :
01-21 15:17:02.028 32525 32550 I Unity : ======= deCoupleProperties Ends============ : => member name: deCoupleProperties : => source line number: 893
01-21 15:17:02.028 32525 32550 I Unity :
01-21 15:17:02.028 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.028 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.028 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.028 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.028 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.028 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:893)
01-21 15:17:02.028 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.028 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Vol
01-21 15:17:02.030 32525 32550 I Unity :
01-21 15:17:02.030 32525 32550 I Unity :
01-21 15:17:02.030 32525 32550 I Unity : =========Merge Props============ : => member name: mergeIncompleteDuplicateProperties : => source line number: 900
01-21 15:17:02.030 32525 32550 I Unity :
01-21 15:17:02.030 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.030 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.030 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.030 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.030 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.030 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:900)
01-21 15:17:02.030 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.030 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mo
01-21 15:17:02.031 32525 32550 I Unity :
01-21 15:17:02.031 32525 32550 I Unity :
01-21 15:17:02.031 32525 32550 I Unity : primaryColorGrp count: 1 : => member name: mergeIncompleteDuplicateProperties : => source line number: 902
01-21 15:17:02.031 32525 32550 I Unity :
01-21 15:17:02.031 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.031 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.031 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.031 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.031 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.031 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:902)
01-21 15:17:02.031 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.031 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDe
01-21 15:17:02.032 32525 32550 I Unity :
01-21 15:17:02.032 32525 32550 I Unity :
01-21 15:17:02.032 32525 32550 I Unity : =========Merge Props Ends============ : => member name: mergeIncompleteDuplicateProperties : => source line number: 959
01-21 15:17:02.032 32525 32550 I Unity :
01-21 15:17:02.032 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.032 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.032 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.032 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.032 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.032 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:mergeIncompleteDuplicateProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:959)
01-21 15:17:02.032 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2503)
01-21 15:17:02.032 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Wor
01-21 15:17:02.033 32525 32550 I Unity :
01-21 15:17:02.033 32525 32550 I Unity :
01-21 15:17:02.033 32525 32550 I Unity : reArrangeHouseHotelOrWilds..... : => member name: reArrangeHouseHotelOrWilds : => source line number: 1490
01-21 15:17:02.033 32525 32550 I Unity :
01-21 15:17:02.033 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.033 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.033 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.033 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.033 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.033 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1490)
01-21 15:17:02.033 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2505)
01-21 15:17:02.033 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Devel
01-21 15:17:02.034 32525 32550 I Unity :
01-21 15:17:02.034 32525 32550 I Unity :
01-21 15:17:02.034 32525 32550 I Unity : ======= deCoupleProperties============ : => member name: deCoupleProperties : => source line number: 705
01-21 15:17:02.034 32525 32550 I Unity :
01-21 15:17:02.034 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.034 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.034 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.034 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.034 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.034 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:705)
01-21 15:17:02.034 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.034 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/
01-21 15:17:02.035 32525 32550 I Unity :
01-21 15:17:02.035 32525 32550 I Unity :
01-21 15:17:02.035 32525 32550 I Unity : localProperties: 1 : => member name: deCoupleProperties : => source line number: 713
01-21 15:17:02.035 32525 32550 I Unity :
01-21 15:17:02.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.035 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.035 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.035 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.035 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:713)
01-21 15:17:02.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_Wo
01-21 15:17:02.036 32525 32550 I Unity :
01-21 15:17:02.036 32525 32550 I Unity :
01-21 15:17:02.036 32525 32550 I Unity : twoPureWildProps: 0 : => member name: deCoupleProperties : => source line number: 879
01-21 15:17:02.036 32525 32550 I Unity :
01-21 15:17:02.036 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.036 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.036 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.036 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.036 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.036 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:879)
01-21 15:17:02.036 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.036 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Volumes/Development/UNITY_W
01-21 15:17:02.038 32525 32550 I Unity :
01-21 15:17:02.038 32525 32550 I Unity :
01-21 15:17:02.038 32525 32550 I Unity : ======= deCoupleProperties Ends============ : => member name: deCoupleProperties : => source line number: 893
01-21 15:17:02.038 32525 32550 I Unity :
01-21 15:17:02.038 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:02.038 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:02.038 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:02.038 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:02.038 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:02.038 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:893)
01-21 15:17:02.038 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:reArrangeHouseHotelOrWilds(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1491)
01-21 15:17:02.038 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass101_0:<reArrangePropertyCardsBasedOnACK>b__0() (at /Vol
01-21 15:17:03.543 32525 32550 I Unity :
01-21 15:17:03.543 32525 32550 I Unity :
01-21 15:17:03.543 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:03.543 32525 32550 I Unity :
01-21 15:17:03.543 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:03.543 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:03.543 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:03.543 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:03.543 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:03.543 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:03.543 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass100_0:<handlePostACK>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2469)
01-21 15:17:03.543 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Monop
01-21 15:17:05.067 32525 32550 I Unity :
01-21 15:17:05.067 32525 32550 I Unity :
01-21 15:17:05.067 32525 32550 I Unity : AI onMoveComplete: player: AI1 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:05.067 32525 32550 I Unity :
01-21 15:17:05.067 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.067 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.067 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.067 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.067 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.067 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:05.067 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:05.067 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:05.070 32525 32550 I Unity :
01-21 15:17:05.070 32525 32550 I Unity :
01-21 15:17:05.070 32525 32550 I Unity : AI Play: player: AI1 : => member name: play : => source line number: 60
01-21 15:17:05.070 32525 32550 I Unity :
01-21 15:17:05.070 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.070 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.070 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.070 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.070 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.070 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:05.070 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.070 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:05.072 32525 32550 I Unity :
01-21 15:17:05.072 32525 32550 I Unity :
01-21 15:17:05.072 32525 32550 I Unity : Can play: False : => member name: play : => source line number: 61
01-21 15:17:05.072 32525 32550 I Unity :
01-21 15:17:05.072 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.072 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.072 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.072 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.072 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.072 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:05.072 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.072 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wo
01-21 15:17:05.079 32525 32550 I Unity :
01-21 15:17:05.079 32525 32550 I Unity :
01-21 15:17:05.079 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:05.079 32525 32550 I Unity :
01-21 15:17:05.079 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.079 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.079 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.079 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.079 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.079 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:05.079 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.079 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:05.081 32525 32550 I Unity :
01-21 15:17:05.081 32525 32550 I Unity :
01-21 15:17:05.081 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:05.081 32525 32550 I Unity :
01-21 15:17:05.081 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.081 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.081 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.081 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.081 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.081 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:05.081 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.081 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:05.084 32525 32550 I Unity :
01-21 15:17:05.084 32525 32550 I Unity :
01-21 15:17:05.084 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:05.084 32525 32550 I Unity :
01-21 15:17:05.084 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.084 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.084 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.084 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.084 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.084 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:05.084 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.084 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:05.086 32525 32550 I Unity :
01-21 15:17:05.086 32525 32550 I Unity :
01-21 15:17:05.086 32525 32550 I Unity : AI to PASS turn : => member name: play : => source line number: 202
01-21 15:17:05.086 32525 32550 I Unity :
01-21 15:17:05.086 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.086 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.086 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.086 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.086 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.086 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:202)
01-21 15:17:05.086 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.086 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_
01-21 15:17:05.089 32525 32550 I Unity :
01-21 15:17:05.089 32525 32550 I Unity :
01-21 15:17:05.089 32525 32550 I Unity : On PASS from AI1 : => member name: onLocalPlayerPassFromView : => source line number: 1577
01-21 15:17:05.089 32525 32550 I Unity :
01-21 15:17:05.089 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.089 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.089 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.089 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.089 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.089 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1577)
01-21 15:17:05.089 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:203)
01-21 15:17:05.089 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at
01-21 15:17:05.092 32525 32550 I Unity :
01-21 15:17:05.092 32525 32550 I Unity :
01-21 15:17:05.092 32525 32550 I Unity : End Trun isLocalPlayer? False id 1 : => member name: EndTurn : => source line number: 1186
01-21 15:17:05.092 32525 32550 I Unity :
01-21 15:17:05.092 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.092 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.092 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.092 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.092 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.092 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1186)
01-21 15:17:05.092 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1205)
01-21 15:17:05.092 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/S
01-21 15:17:05.095 32525 32550 I Unity :
01-21 15:17:05.095 32525 32550 I Unity :
01-21 15:17:05.095 32525 32550 I Unity : UIView on set turn... 2 : => member name: onSetTurn : => source line number: 1782
01-21 15:17:05.095 32525 32550 I Unity :
01-21 15:17:05.095 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.095 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.095 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.095 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.095 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.095 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1782)
01-21 15:17:05.095 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:05.095 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/D
01-21 15:17:05.099 32525 32550 I Unity :
01-21 15:17:05.099 32525 32550 I Unity :
01-21 15:17:05.099 32525 32550 I Unity : SetTurn to 2 : => member name: SetTurn : => source line number: 656
01-21 15:17:05.099 32525 32550 I Unity :
01-21 15:17:05.099 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.099 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.099 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.099 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.099 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.099 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:656)
01-21 15:17:05.099 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1786)
01-21 15:17:05.099 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Script
01-21 15:17:05.102 32525 32550 I Unity :
01-21 15:17:05.102 32525 32550 I Unity :
01-21 15:17:05.102 32525 32550 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1716
01-21 15:17:05.102 32525 32550 I Unity :
01-21 15:17:05.102 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.102 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.102 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.102 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.102 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.102 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1716)
01-21 15:17:05.102 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:05.102 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/Monopo
01-21 15:17:05.105 32525 32550 I Unity :
01-21 15:17:05.105 32525 32550 I Unity :
01-21 15:17:05.105 32525 32550 I Unity : Dealing cards to AI: player: AI2 : => member name: onDealCardsToAi : => source line number: 2521
01-21 15:17:05.105 32525 32550 I Unity :
01-21 15:17:05.105 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.105 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.105 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.105 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.105 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.105 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onDealCardsToAi(MonoPlayer, Int32, Single) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2521)
01-21 15:17:05.105 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1743)
01-21 15:17:05.105 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/D
01-21 15:17:05.107 32525 32550 I Unity :
01-21 15:17:05.107 32525 32550 I Unity :
01-21 15:17:05.107 32525 32550 I Unity : setNextPlayerTurn: next: AI2 : => member name: setNextPlayerTurn : => source line number: 1013
01-21 15:17:05.107 32525 32550 I Unity :
01-21 15:17:05.107 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.107 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.107 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.107 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.107 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.107 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1013)
01-21 15:17:05.107 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1598)
01-21 15:17:05.107 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Developmen
01-21 15:17:05.109 32525 32550 I Unity :
01-21 15:17:05.109 32525 32550 I Unity :
01-21 15:17:05.109 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:05.109 32525 32550 I Unity :
01-21 15:17:05.109 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.109 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.109 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.109 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.109 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.109 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:05.109 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:05.109 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:05.576 32525 32550 I Unity :
01-21 15:17:05.576 32525 32550 I Unity :
01-21 15:17:05.576 32525 32550 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:05.576 32525 32550 I Unity :
01-21 15:17:05.576 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.576 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.576 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.576 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.576 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.576 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:05.576 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1187)
01-21 15:17:05.576 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fr
01-21 15:17:05.579 32525 32550 I Unity :
01-21 15:17:05.579 32525 32550 I Unity :
01-21 15:17:05.579 32525 32550 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:05.579 32525 32550 I Unity :
01-21 15:17:05.579 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:05.579 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:05.579 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:05.579 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:05.579 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:05.579 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:05.579 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:657)
01-21 15:17:05.579 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fram
01-21 15:17:06.085 32525 32550 I Unity :
01-21 15:17:06.085 32525 32550 I Unity :
01-21 15:17:06.085 32525 32550 I Unity : onSetTurnTimerEventToView 2 remTimeInSec -1 : => member name: onSetTurnTimerEventToView : => source line number: 788
01-21 15:17:06.085 32525 32550 I Unity :
01-21 15:17:06.085 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.085 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.085 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.085 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.085 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.085 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:788)
01-21 15:17:06.085 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1752)
01-21 15:17:06.085 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Vo
01-21 15:17:06.088 32525 32550 I Unity :
01-21 15:17:06.088 32525 32550 I Unity :
01-21 15:17:06.088 32525 32550 I Unity : ShowTurnTimer -1 isTurnTimerEnabled False isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-21 15:17:06.088 32525 32550 I Unity :
01-21 15:17:06.088 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.088 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.088 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.088 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.088 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.088 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:664)
01-21 15:17:06.088 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:790)
01-21 15:17:06.088 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0()
01-21 15:17:06.090 32525 32550 I Unity :
01-21 15:17:06.090 32525 32550 I Unity :
01-21 15:17:06.090 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: AI2 id: 2 seat: 2 type: OPPONENT isAi: True playState READY_TO_PLAY handsplayed 3 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:06.090 32525 32550 I Unity :
01-21 15:17:06.090 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.090 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.090 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.090 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.090 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.090 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:06.090 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Asset
01-21 15:17:06.093 32525 32550 I Unity :
01-21 15:17:06.093 32525 32550 I Unity :
01-21 15:17:06.093 32525 32550 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1939
01-21 15:17:06.093 32525 32550 I Unity :
01-21 15:17:06.093 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.093 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.093 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.093 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.093 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.093 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1939)
01-21 15:17:06.093 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1430)
01-21 15:17:06.093 32525 32550 I Unity : IJDV.Monopo
01-21 15:17:06.096 32525 32550 I Unity :
01-21 15:17:06.096 32525 32550 I Unity :
01-21 15:17:06.096 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:06.096 32525 32550 I Unity :
01-21 15:17:06.096 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.096 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.096 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.096 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.096 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.096 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:06.096 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:06.099 32525 32550 I Unity :
01-21 15:17:06.099 32525 32550 I Unity :
01-21 15:17:06.099 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:06.099 32525 32550 I Unity :
01-21 15:17:06.099 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.099 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.099 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.099 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.099 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.099 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:06.099 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:06.099 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSe
01-21 15:17:06.102 32525 32550 I Unity :
01-21 15:17:06.102 32525 32550 I Unity :
01-21 15:17:06.102 32525 32550 I Unity : i0 key 0 uiProp? False : => member name: GetUIProperties : => source line number: 1592
01-21 15:17:06.102 32525 32550 I Unity :
01-21 15:17:06.102 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:06.102 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:06.102 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:06.102 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:06.102 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:06.102 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetUIProperties(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1592)
01-21 15:17:06.102 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ClearTotalRentBadge() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1174)
01-21 15:17:06.102 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:07.104 32525 32550 I Unity :
01-21 15:17:07.104 32525 32550 I Unity :
01-21 15:17:07.104 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:07.104 32525 32550 I Unity :
01-21 15:17:07.104 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.104 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.104 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.104 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.104 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.104 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:07.104 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2554)
01-21 15:17:07.104 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyD
01-21 15:17:07.106 32525 32550 I Unity :
01-21 15:17:07.106 32525 32550 I Unity :
01-21 15:17:07.106 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:07.106 32525 32550 I Unity : From: AI2
01-21 15:17:07.106 32525 32550 I Unity : To: AI2
01-21 15:17:07.106 32525 32550 I Unity : ToPile: HAND_PILE
01-21 15:17:07.106 32525 32550 I Unity : Properties:
01-21 15:17:07.106 32525 32550 I Unity : isValidMv: True
01-21 15:17:07.106 32525 32550 I Unity : CardsMoved
01-21 15:17:07.106 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144
01-21 15:17:07.106 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 20 money: 4 isPureWild: False colors: 1 Hash 1977215488
01-21 15:17:07.106 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:07.106 32525 32550 I Unity :
01-21 15:17:07.106 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.106 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.106 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.106 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.106 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.106 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.
01-21 15:17:07.109 32525 32550 I Unity :
01-21 15:17:07.109 32525 32550 I Unity :
01-21 15:17:07.109 32525 32550 I Unity : from: AI2 to: AI2 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:07.109 32525 32550 I Unity :
01-21 15:17:07.109 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.109 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.109 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.109 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.109 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.109 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:07.109 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2554)
01-21 15:17:07.109 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopoly
01-21 15:17:07.111 32525 32550 I Unity :
01-21 15:17:07.111 32525 32550 I Unity :
01-21 15:17:07.111 32525 32550 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-21 15:17:07.111 32525 32550 I Unity :
01-21 15:17:07.111 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.111 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.111 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.111 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.111 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.111 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:218)
01-21 15:17:07.111 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:754)
01-21 15:17:07.111 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/Working
01-21 15:17:07.114 32525 32550 I Unity :
01-21 15:17:07.114 32525 32550 I Unity :
01-21 15:17:07.114 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:07.114 32525 32550 I Unity :
01-21 15:17:07.114 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.114 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.114 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.114 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.114 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.114 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:07.114 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:07.114 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1(
01-21 15:17:07.121 32525 32550 I Unity :
01-21 15:17:07.121 32525 32550 I Unity :
01-21 15:17:07.121 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:07.121 32525 32550 I Unity :
01-21 15:17:07.121 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.121 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.121 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.121 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.121 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.121 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:07.121 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealCon
01-21 15:17:07.124 32525 32550 I Unity :
01-21 15:17:07.124 32525 32550 I Unity :
01-21 15:17:07.124 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:07.124 32525 32550 I Unity :
01-21 15:17:07.124 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:07.124 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:07.124 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:07.124 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:07.124 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:07.124 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:07.124 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2555)
01-21 15:17:07.124 32525 32550 I Unity : <Exec
01-21 15:17:08.631 32525 32550 I Unity :
01-21 15:17:08.631 32525 32550 I Unity :
01-21 15:17:08.631 32525 32550 I Unity : AI onMoveComplete: player: AI2 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:08.631 32525 32550 I Unity :
01-21 15:17:08.631 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.631 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.631 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.631 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.631 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.631 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:08.631 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:08.631 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:08.634 32525 32550 I Unity :
01-21 15:17:08.634 32525 32550 I Unity :
01-21 15:17:08.634 32525 32550 I Unity : AI Play: player: AI2 : => member name: play : => source line number: 60
01-21 15:17:08.634 32525 32550 I Unity :
01-21 15:17:08.634 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.634 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.634 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.634 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.634 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.634 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:08.634 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.634 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:08.636 32525 32550 I Unity :
01-21 15:17:08.636 32525 32550 I Unity :
01-21 15:17:08.636 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:08.636 32525 32550 I Unity :
01-21 15:17:08.636 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.636 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.636 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.636 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.636 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.636 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:08.636 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.636 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:08.639 32525 32550 I Unity :
01-21 15:17:08.639 32525 32550 I Unity :
01-21 15:17:08.639 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:08.639 32525 32550 I Unity :
01-21 15:17:08.639 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.639 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.639 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.639 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.639 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.639 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:08.639 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.639 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:08.641 32525 32550 I Unity :
01-21 15:17:08.641 32525 32550 I Unity :
01-21 15:17:08.641 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:08.641 32525 32550 I Unity :
01-21 15:17:08.641 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.641 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.641 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.641 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.641 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.641 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:08.641 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.641 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:08.644 32525 32550 I Unity :
01-21 15:17:08.644 32525 32550 I Unity :
01-21 15:17:08.644 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:08.644 32525 32550 I Unity :
01-21 15:17:08.644 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.644 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.644 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.644 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.644 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.644 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:08.644 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.644 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:08.647 32525 32550 I Unity :
01-21 15:17:08.647 32525 32550 I Unity :
01-21 15:17:08.647 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:08.647 32525 32550 I Unity :
01-21 15:17:08.647 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.647 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.647 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.647 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.647 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.647 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:08.647 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.647 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:08.649 32525 32550 I Unity :
01-21 15:17:08.649 32525 32550 I Unity :
01-21 15:17:08.649 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:08.649 32525 32550 I Unity :
01-21 15:17:08.649 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.649 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.649 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.649 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.649 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.649 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:08.649 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.649 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:08.652 32525 32550 I Unity :
01-21 15:17:08.652 32525 32550 I Unity :
01-21 15:17:08.652 32525 32550 I Unity : AI BANK CARDS : => member name: play : => source line number: 103
01-21 15:17:08.652 32525 32550 I Unity :
01-21 15:17:08.652 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.652 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.652 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.652 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.652 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.652 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:103)
01-21 15:17:08.652 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.652 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wo
01-21 15:17:08.655 32525 32550 I Unity :
01-21 15:17:08.655 32525 32550 I Unity :
01-21 15:17:08.655 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:08.655 32525 32550 I Unity :
01-21 15:17:08.655 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.655 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.655 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.655 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.655 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.655 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:08.655 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:08.655 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Prop
01-21 15:17:08.658 32525 32550 I Unity :
01-21 15:17:08.658 32525 32550 I Unity :
01-21 15:17:08.658 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:08.658 32525 32550 I Unity : From: AI2
01-21 15:17:08.658 32525 32550 I Unity : To: AI2
01-21 15:17:08.658 32525 32550 I Unity : ToPile: BANK_PILE
01-21 15:17:08.658 32525 32550 I Unity : Properties:
01-21 15:17:08.658 32525 32550 I Unity : isValidMv: True
01-21 15:17:08.658 32525 32550 I Unity : CardsMoved
01-21 15:17:08.658 32525 32550 I Unity : type: MONEY_CARD action: MONEY uid: 105 money: 5 isPureWild: False colors: 1 Hash 1835060352
01-21 15:17:08.658 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:08.658 32525 32550 I Unity :
01-21 15:17:08.658 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.658 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.658 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.658 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.658 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.658 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:08.658 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Developmen
01-21 15:17:08.661 32525 32550 I Unity :
01-21 15:17:08.661 32525 32550 I Unity :
01-21 15:17:08.661 32525 32550 I Unity : from: AI2 to: AI2 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:08.661 32525 32550 I Unity :
01-21 15:17:08.661 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.661 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.661 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.661 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.661 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.661 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:08.661 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:08.661 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Pro
01-21 15:17:08.664 32525 32550 I Unity :
01-21 15:17:08.664 32525 32550 I Unity :
01-21 15:17:08.664 32525 32550 I Unity : AI2 added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-21 15:17:08.664 32525 32550 I Unity :
01-21 15:17:08.664 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.664 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.664 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.664 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.664 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.664 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:727)
01-21 15:17:08.664 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:08.664 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Prop
01-21 15:17:08.668 32525 32550 I Unity :
01-21 15:17:08.668 32525 32550 I Unity :
01-21 15:17:08.668 32525 32550 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:08.668 32525 32550 I Unity :
01-21 15:17:08.668 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.668 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.668 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.668 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.668 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.668 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:08.668 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:08.668 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:08.672 32525 32550 I Unity :
01-21 15:17:08.672 32525 32550 I Unity :
01-21 15:17:08.672 32525 32550 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:08.672 32525 32550 I Unity :
01-21 15:17:08.672 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.672 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.672 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.672 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.672 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.672 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:08.672 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:08.672 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:08.674 32525 32550 I Unity :
01-21 15:17:08.674 32525 32550 I Unity :
01-21 15:17:08.674 32525 32550 I Unity : AI2 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:08.674 32525 32550 I Unity :
01-21 15:17:08.674 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.674 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.674 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.674 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.674 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.674 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:08.674 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:08.674 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, P
01-21 15:17:08.677 32525 32550 I Unity :
01-21 15:17:08.677 32525 32550 I Unity :
01-21 15:17:08.677 32525 32550 I Unity : type: MONEY_CARD action: MONEY uid: 105 money: 5 isPureWild: False colors: 1 Hash 1835060352 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:08.677 32525 32550 I Unity :
01-21 15:17:08.677 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.677 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.677 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.677 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.677 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.677 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:08.677 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:08.677 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMo
01-21 15:17:08.680 32525 32550 I Unity :
01-21 15:17:08.680 32525 32550 I Unity :
01-21 15:17:08.680 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:08.680 32525 32550 I Unity :
01-21 15:17:08.680 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.680 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.680 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.680 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.680 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.680 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:08.680 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:08.680 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:08.682 32525 32550 I Unity :
01-21 15:17:08.682 32525 32550 I Unity :
01-21 15:17:08.682 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:08.682 32525 32550 I Unity :
01-21 15:17:08.682 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.682 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.682 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.682 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.682 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.682 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:08.682 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:08.685 32525 32550 I Unity :
01-21 15:17:08.685 32525 32550 I Unity :
01-21 15:17:08.685 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:08.685 32525 32550 I Unity :
01-21 15:17:08.685 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.685 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.685 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.685 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.685 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.685 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:08.685 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:08.685 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:08.689 32525 32550 I Unity :
01-21 15:17:08.689 32525 32550 I Unity :
01-21 15:17:08.689 32525 32550 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 706
01-21 15:17:08.689 32525 32550 I Unity :
01-21 15:17:08.689 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.689 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.689 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.689 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.689 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:706)
01-21 15:17:08.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:08.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-21 15:17:08.692 32525 32550 I Unity :
01-21 15:17:08.692 32525 32550 I Unity :
01-21 15:17:08.692 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:08.692 32525 32550 I Unity :
01-21 15:17:08.692 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.692 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.692 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.692 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.692 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.692 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:08.692 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1422)
01-21 15:17:08.692 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works
01-21 15:17:08.695 32525 32550 I Unity :
01-21 15:17:08.695 32525 32550 I Unity :
01-21 15:17:08.695 32525 32550 I Unity : allSteps.Count: 2 isPlayed: True canPlay: True : => member name: play : => source line number: 184
01-21 15:17:08.695 32525 32550 I Unity :
01-21 15:17:08.695 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.695 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.695 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.695 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.695 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.695 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:08.695 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.695 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:08.696 32525 32550 I Unity :
01-21 15:17:08.696 32525 32550 I Unity :
01-21 15:17:08.696 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:08.696 32525 32550 I Unity :
01-21 15:17:08.696 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.696 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.696 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.696 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.696 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.696 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:08.696 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.696 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:08.698 32525 32550 I Unity :
01-21 15:17:08.698 32525 32550 I Unity :
01-21 15:17:08.698 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:08.698 32525 32550 I Unity :
01-21 15:17:08.698 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:08.698 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:08.698 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:08.698 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:08.698 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:08.698 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:08.698 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:08.698 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:09.358 32525 32550 I Unity :
01-21 15:17:09.358 32525 32550 I Unity :
01-21 15:17:09.358 32525 32550 I Unity : AI onMoveComplete: player: AI2 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:09.358 32525 32550 I Unity :
01-21 15:17:09.358 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.358 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.358 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.358 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.358 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.358 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:09.358 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:09.358 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:09.361 32525 32550 I Unity :
01-21 15:17:09.361 32525 32550 I Unity :
01-21 15:17:09.361 32525 32550 I Unity : AI Play: player: AI2 : => member name: play : => source line number: 60
01-21 15:17:09.361 32525 32550 I Unity :
01-21 15:17:09.361 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.361 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.361 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.361 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.361 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.361 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:09.361 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.361 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:09.363 32525 32550 I Unity :
01-21 15:17:09.363 32525 32550 I Unity :
01-21 15:17:09.363 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:09.363 32525 32550 I Unity :
01-21 15:17:09.363 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.363 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.363 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.363 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.363 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.363 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:09.363 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.363 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:09.366 32525 32550 I Unity :
01-21 15:17:09.366 32525 32550 I Unity :
01-21 15:17:09.366 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:09.366 32525 32550 I Unity :
01-21 15:17:09.366 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.366 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.366 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.366 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.366 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.366 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:09.366 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.366 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:09.368 32525 32550 I Unity :
01-21 15:17:09.368 32525 32550 I Unity :
01-21 15:17:09.368 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:09.368 32525 32550 I Unity :
01-21 15:17:09.368 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.368 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.368 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.368 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.368 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.368 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:09.368 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.368 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:09.371 32525 32550 I Unity :
01-21 15:17:09.371 32525 32550 I Unity :
01-21 15:17:09.371 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:09.371 32525 32550 I Unity :
01-21 15:17:09.371 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.371 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.371 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.371 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.371 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.371 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:09.371 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.371 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:09.373 32525 32550 I Unity :
01-21 15:17:09.373 32525 32550 I Unity :
01-21 15:17:09.373 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:09.373 32525 32550 I Unity :
01-21 15:17:09.373 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.373 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.373 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.373 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.373 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.373 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:09.373 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.373 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:09.375 32525 32550 I Unity :
01-21 15:17:09.375 32525 32550 I Unity :
01-21 15:17:09.375 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:09.375 32525 32550 I Unity :
01-21 15:17:09.375 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.375 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.375 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.375 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.375 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.375 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:09.375 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.375 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:09.378 32525 32550 I Unity :
01-21 15:17:09.378 32525 32550 I Unity :
01-21 15:17:09.378 32525 32550 I Unity : AI BANK CARDS : => member name: play : => source line number: 103
01-21 15:17:09.378 32525 32550 I Unity :
01-21 15:17:09.378 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.378 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.378 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.378 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.378 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:103)
01-21 15:17:09.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wo
01-21 15:17:09.381 32525 32550 I Unity :
01-21 15:17:09.381 32525 32550 I Unity :
01-21 15:17:09.381 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:09.381 32525 32550 I Unity :
01-21 15:17:09.381 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.381 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.381 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.381 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.381 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:09.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:09.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Prop
01-21 15:17:09.384 32525 32550 I Unity :
01-21 15:17:09.384 32525 32550 I Unity :
01-21 15:17:09.384 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:09.384 32525 32550 I Unity : From: AI2
01-21 15:17:09.384 32525 32550 I Unity : To: AI2
01-21 15:17:09.384 32525 32550 I Unity : ToPile: BANK_PILE
01-21 15:17:09.384 32525 32550 I Unity : Properties:
01-21 15:17:09.384 32525 32550 I Unity : isValidMv: True
01-21 15:17:09.384 32525 32550 I Unity : CardsMoved
01-21 15:17:09.384 32525 32550 I Unity : type: MONEY_CARD action: MONEY uid: 93 money: 2 isPureWild: False colors: 1 Hash -308049280
01-21 15:17:09.384 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:09.384 32525 32550 I Unity :
01-21 15:17:09.384 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.384 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.384 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.384 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.384 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.384 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:09.384 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development
01-21 15:17:09.387 32525 32550 I Unity :
01-21 15:17:09.387 32525 32550 I Unity :
01-21 15:17:09.387 32525 32550 I Unity : from: AI2 to: AI2 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:09.387 32525 32550 I Unity :
01-21 15:17:09.387 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.387 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.387 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.387 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.387 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.387 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:09.387 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:09.387 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, Pro
01-21 15:17:09.390 32525 32550 I Unity :
01-21 15:17:09.390 32525 32550 I Unity :
01-21 15:17:09.390 32525 32550 I Unity : AI2 added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-21 15:17:09.390 32525 32550 I Unity :
01-21 15:17:09.390 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.390 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.390 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.390 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.390 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:727)
01-21 15:17:09.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:09.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Prop
01-21 15:17:09.393 32525 32550 I Unity :
01-21 15:17:09.393 32525 32550 I Unity :
01-21 15:17:09.393 32525 32550 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:09.393 32525 32550 I Unity :
01-21 15:17:09.393 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.393 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.393 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.393 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.393 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.393 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:09.393 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:09.393 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:09.397 32525 32550 I Unity :
01-21 15:17:09.397 32525 32550 I Unity :
01-21 15:17:09.397 32525 32550 I Unity : onUpdatesHandsPlayedToView 2 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:09.397 32525 32550 I Unity :
01-21 15:17:09.397 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.397 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.397 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.397 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.397 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.397 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:09.397 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:09.397 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:09.399 32525 32550 I Unity :
01-21 15:17:09.399 32525 32550 I Unity :
01-21 15:17:09.399 32525 32550 I Unity : AI2 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:09.399 32525 32550 I Unity :
01-21 15:17:09.399 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.399 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.399 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.399 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.399 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.399 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:09.399 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:09.399 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToBank(MonoPlayer, MonoPlayer, List`1, Properties, P
01-21 15:17:09.402 32525 32550 I Unity :
01-21 15:17:09.402 32525 32550 I Unity :
01-21 15:17:09.402 32525 32550 I Unity : type: MONEY_CARD action: MONEY uid: 93 money: 2 isPureWild: False colors: 1 Hash -308049280 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:09.402 32525 32550 I Unity :
01-21 15:17:09.402 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.402 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.402 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.402 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.402 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.402 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:09.402 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:09.402 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMov
01-21 15:17:09.404 32525 32550 I Unity :
01-21 15:17:09.404 32525 32550 I Unity :
01-21 15:17:09.404 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:09.404 32525 32550 I Unity :
01-21 15:17:09.404 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.404 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.404 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.404 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.404 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.404 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:09.404 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:09.404 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:09.407 32525 32550 I Unity :
01-21 15:17:09.407 32525 32550 I Unity :
01-21 15:17:09.407 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:09.407 32525 32550 I Unity :
01-21 15:17:09.407 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.407 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.407 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.407 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.407 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.407 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:09.407 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:09.409 32525 32550 I Unity :
01-21 15:17:09.409 32525 32550 I Unity :
01-21 15:17:09.409 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:09.409 32525 32550 I Unity :
01-21 15:17:09.409 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.409 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.409 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.409 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.409 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.409 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:09.409 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:09.409 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:09.413 32525 32550 I Unity :
01-21 15:17:09.413 32525 32550 I Unity :
01-21 15:17:09.413 32525 32550 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 706
01-21 15:17:09.413 32525 32550 I Unity :
01-21 15:17:09.413 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.413 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.413 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.413 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.413 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.413 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:706)
01-21 15:17:09.413 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:09.413 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-21 15:17:09.416 32525 32550 I Unity :
01-21 15:17:09.416 32525 32550 I Unity :
01-21 15:17:09.416 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:09.416 32525 32550 I Unity :
01-21 15:17:09.416 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.416 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.416 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.416 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.416 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.416 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:09.416 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1422)
01-21 15:17:09.416 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works
01-21 15:17:09.419 32525 32550 I Unity :
01-21 15:17:09.419 32525 32550 I Unity :
01-21 15:17:09.419 32525 32550 I Unity : allSteps.Count: 2 isPlayed: True canPlay: True : => member name: play : => source line number: 184
01-21 15:17:09.419 32525 32550 I Unity :
01-21 15:17:09.419 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.419 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.419 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.419 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.419 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.419 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:09.419 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.419 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:09.420 32525 32550 I Unity :
01-21 15:17:09.420 32525 32550 I Unity :
01-21 15:17:09.420 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:09.420 32525 32550 I Unity :
01-21 15:17:09.420 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.420 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.420 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.420 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.420 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.420 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:09.420 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.420 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:09.421 32525 32550 I Unity :
01-21 15:17:09.421 32525 32550 I Unity :
01-21 15:17:09.421 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:09.421 32525 32550 I Unity :
01-21 15:17:09.421 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:09.421 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:09.421 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:09.421 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:09.421 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:09.421 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:09.421 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:09.421 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:10.376 32525 32550 I Unity :
01-21 15:17:10.376 32525 32550 I Unity :
01-21 15:17:10.376 32525 32550 I Unity : AI onMoveComplete: player: AI2 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:10.376 32525 32550 I Unity :
01-21 15:17:10.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.376 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.376 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.376 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.376 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:10.376 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:10.376 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:10.378 32525 32550 I Unity :
01-21 15:17:10.378 32525 32550 I Unity :
01-21 15:17:10.378 32525 32550 I Unity : AI Play: player: AI2 : => member name: play : => source line number: 60
01-21 15:17:10.378 32525 32550 I Unity :
01-21 15:17:10.378 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.378 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.378 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.378 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.378 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:10.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.378 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:10.381 32525 32550 I Unity :
01-21 15:17:10.381 32525 32550 I Unity :
01-21 15:17:10.381 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:10.381 32525 32550 I Unity :
01-21 15:17:10.381 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.381 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.381 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.381 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.381 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:10.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.381 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:10.383 32525 32550 I Unity :
01-21 15:17:10.383 32525 32550 I Unity :
01-21 15:17:10.383 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:10.383 32525 32550 I Unity :
01-21 15:17:10.383 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.383 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.383 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.383 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.383 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.383 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:10.383 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.383 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:10.385 32525 32550 I Unity :
01-21 15:17:10.385 32525 32550 I Unity :
01-21 15:17:10.385 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:10.385 32525 32550 I Unity :
01-21 15:17:10.385 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.385 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.385 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.385 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.385 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.385 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:10.385 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.385 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:10.388 32525 32550 I Unity :
01-21 15:17:10.388 32525 32550 I Unity :
01-21 15:17:10.388 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:10.388 32525 32550 I Unity :
01-21 15:17:10.388 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.388 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.388 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.388 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.388 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.388 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:10.388 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.388 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:10.390 32525 32550 I Unity :
01-21 15:17:10.390 32525 32550 I Unity :
01-21 15:17:10.390 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:10.390 32525 32550 I Unity :
01-21 15:17:10.390 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.390 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.390 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.390 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.390 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:10.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.390 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:10.393 32525 32550 I Unity :
01-21 15:17:10.393 32525 32550 I Unity :
01-21 15:17:10.393 32525 32550 I Unity : Ai move: PLAY_ACTION_CARDS : => member name: play : => source line number: 80
01-21 15:17:10.393 32525 32550 I Unity :
01-21 15:17:10.393 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.393 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.393 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.393 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.393 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.393 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:10.393 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.393 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Developme
01-21 15:17:10.406 32525 32550 I Unity :
01-21 15:17:10.406 32525 32550 I Unity :
01-21 15:17:10.406 32525 32550 I Unity : allSteps.Count: 2 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:10.406 32525 32550 I Unity :
01-21 15:17:10.406 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.406 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.406 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.406 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.406 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.406 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:10.406 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.406 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:10.408 32525 32550 I Unity :
01-21 15:17:10.408 32525 32550 I Unity :
01-21 15:17:10.408 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:10.408 32525 32550 I Unity :
01-21 15:17:10.408 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.408 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.408 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.408 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.408 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.408 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:10.408 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.408 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:10.410 32525 32550 I Unity :
01-21 15:17:10.410 32525 32550 I Unity :
01-21 15:17:10.410 32525 32550 I Unity : allSteps.Count: 1 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:10.410 32525 32550 I Unity :
01-21 15:17:10.410 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.410 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.410 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.410 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.410 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.410 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:10.410 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.410 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:10.414 32525 32550 I Unity :
01-21 15:17:10.414 32525 32550 I Unity :
01-21 15:17:10.414 32525 32550 I Unity : Ai move: PLAY_PROPERTY_CARDS : => member name: play : => source line number: 80
01-21 15:17:10.414 32525 32550 I Unity :
01-21 15:17:10.414 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.414 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.414 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.414 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.414 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.414 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:10.414 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.414 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:10.425 32525 32550 I Unity :
01-21 15:17:10.425 32525 32550 I Unity :
01-21 15:17:10.425 32525 32550 I Unity : pureWildPropertyCards: 0 player: AI2 : => member name: groupProperties : => source line number: 1985
01-21 15:17:10.425 32525 32550 I Unity :
01-21 15:17:10.425 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.425 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.425 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.425 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.425 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.425 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1985)
01-21 15:17:10.425 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:10.425 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (a
01-21 15:17:10.439 32525 32550 I Unity :
01-21 15:17:10.439 32525 32550 I Unity :
01-21 15:17:10.439 32525 32550 I Unity : checkAndAddCardsToExistingProps: hands: 1 : => member name: checkAndAddCardsToExistingProps : => source line number: 1799
01-21 15:17:10.439 32525 32550 I Unity :
01-21 15:17:10.439 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.439 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.439 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.439 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.439 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.439 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1799)
01-21 15:17:10.439 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:10.439 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrate
01-21 15:17:10.442 32525 32550 I Unity :
01-21 15:17:10.442 32525 32550 I Unity :
01-21 15:17:10.442 32525 32550 I Unity : checkAndAddCardsToExistingProps: No existing property : => member name: checkAndAddCardsToExistingProps : => source line number: 1805
01-21 15:17:10.442 32525 32550 I Unity :
01-21 15:17:10.442 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.442 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.442 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.442 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.442 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.442 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1805)
01-21 15:17:10.442 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:10.442 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBeg
01-21 15:17:10.444 32525 32550 I Unity :
01-21 15:17:10.444 32525 32550 I Unity :
01-21 15:17:10.444 32525 32550 I Unity : CardsAddedToExistingProps: 0 : => member name: groupProperties : => source line number: 1994
01-21 15:17:10.444 32525 32550 I Unity :
01-21 15:17:10.444 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.444 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.444 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.444 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.444 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.444 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1994)
01-21 15:17:10.444 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:10.444 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volum
01-21 15:17:10.446 32525 32550 I Unity :
01-21 15:17:10.446 32525 32550 I Unity :
01-21 15:17:10.446 32525 32550 I Unity : primaryColorGrp count: 1 : => member name: groupProperties : => source line number: 2007
01-21 15:17:10.446 32525 32550 I Unity :
01-21 15:17:10.446 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.446 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.446 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.446 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.446 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.446 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2007)
01-21 15:17:10.446 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:10.446 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/D
01-21 15:17:10.448 32525 32550 I Unity :
01-21 15:17:10.448 32525 32550 I Unity :
01-21 15:17:10.448 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 71 money: 3 isPureWild: False colors: 2 Hash 19098112 : => member name: groupProperties : => source line number: 2017
01-21 15:17:10.448 32525 32550 I Unity :
01-21 15:17:10.448 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.448 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.448 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.448 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.448 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.448 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:10.448 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:10.448 32525 32550 I Unity : IJDV.Monop
01-21 15:17:10.456 32525 32550 I Unity :
01-21 15:17:10.456 32525 32550 I Unity :
01-21 15:17:10.456 32525 32550 I Unity : property cards in hand: 2 : => member name: groupPropertiesEx : => source line number: 2077
01-21 15:17:10.456 32525 32550 I Unity :
01-21 15:17:10.456 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.456 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.456 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.456 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.456 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.456 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2077)
01-21 15:17:10.456 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.456 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /
01-21 15:17:10.458 32525 32550 I Unity :
01-21 15:17:10.458 32525 32550 I Unity :
01-21 15:17:10.458 32525 32550 I Unity : hands remaining: 1 : => member name: groupPropertiesEx : => source line number: 2078
01-21 15:17:10.458 32525 32550 I Unity :
01-21 15:17:10.458 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.458 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.458 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.458 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.458 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.458 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2078)
01-21 15:17:10.458 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.458 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes
01-21 15:17:10.460 32525 32550 I Unity :
01-21 15:17:10.460 32525 32550 I Unity :
01-21 15:17:10.460 32525 32550 I Unity : Color group: #67ACDF : => member name: groupPropertiesEx : => source line number: 2091
01-21 15:17:10.460 32525 32550 I Unity :
01-21 15:17:10.460 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.460 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.460 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.460 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.460 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.460 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2091)
01-21 15:17:10.460 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.460 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volum
01-21 15:17:10.462 32525 32550 I Unity :
01-21 15:17:10.462 32525 32550 I Unity :
01-21 15:17:10.462 32525 32550 I Unity : cardsToAdd 1 : => member name: groupPropertiesEx : => source line number: 2092
01-21 15:17:10.462 32525 32550 I Unity :
01-21 15:17:10.462 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.462 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.462 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.462 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.462 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.462 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2092)
01-21 15:17:10.462 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.462 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Devel
01-21 15:17:10.465 32525 32550 I Unity :
01-21 15:17:10.465 32525 32550 I Unity :
01-21 15:17:10.465 32525 32550 I Unity : Color group: True : => member name: groupPropertiesEx : => source line number: 2095
01-21 15:17:10.465 32525 32550 I Unity :
01-21 15:17:10.465 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.465 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.465 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.465 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.465 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.465 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2095)
01-21 15:17:10.465 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.465 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/
01-21 15:17:10.467 32525 32550 I Unity :
01-21 15:17:10.467 32525 32550 I Unity :
01-21 15:17:10.467 32525 32550 I Unity : PrimaryColor: #67ACDF key: 42 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:10.467 32525 32550 I Unity :
01-21 15:17:10.467 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.467 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.467 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.467 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.467 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.467 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:10.467 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:10.467 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Mono
01-21 15:17:10.469 32525 32550 I Unity :
01-21 15:17:10.469 32525 32550 I Unity :
01-21 15:17:10.469 32525 32550 I Unity : Total Properties: 1 : => member name: groupPropertiesEx : => source line number: 2119
01-21 15:17:10.469 32525 32550 I Unity :
01-21 15:17:10.469 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.469 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.469 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.469 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.469 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.469 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2119)
01-21 15:17:10.469 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:10.469 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volume
01-21 15:17:10.471 32525 32550 I Unity :
01-21 15:17:10.471 32525 32550 I Unity :
01-21 15:17:10.471 32525 32550 I Unity : AI PROPERTY CARDS : => member name: play : => source line number: 120
01-21 15:17:10.471 32525 32550 I Unity :
01-21 15:17:10.471 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.471 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.471 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.471 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.471 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.471 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:120)
01-21 15:17:10.471 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.471 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNIT
01-21 15:17:10.472 32525 32550 I Unity :
01-21 15:17:10.472 32525 32550 I Unity :
01-21 15:17:10.472 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:10.472 32525 32550 I Unity :
01-21 15:17:10.472 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.472 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.472 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.472 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.472 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.472 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:10.472 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:10.472 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properti
01-21 15:17:10.474 32525 32550 I Unity :
01-21 15:17:10.474 32525 32550 I Unity :
01-21 15:17:10.474 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:10.474 32525 32550 I Unity : From: AI2
01-21 15:17:10.474 32525 32550 I Unity : To: AI2
01-21 15:17:10.474 32525 32550 I Unity : ToPile: PROPERTY_PILE
01-21 15:17:10.474 32525 32550 I Unity : Properties:
01-21 15:17:10.474 32525 32550 I Unity : isValidMv: True
01-21 15:17:10.474 32525 32550 I Unity : CardsMoved
01-21 15:17:10.474 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144
01-21 15:17:10.474 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:10.474 32525 32550 I Unity :
01-21 15:17:10.474 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.474 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.474 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.474 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.474 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.474 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:10.474 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Deve
01-21 15:17:10.475 32525 32550 I Unity :
01-21 15:17:10.475 32525 32550 I Unity :
01-21 15:17:10.475 32525 32550 I Unity : from: AI2 to: AI2 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:10.475 32525 32550 I Unity :
01-21 15:17:10.475 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.475 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.475 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.475 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.475 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.475 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:10.475 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:10.475 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Propert
01-21 15:17:10.477 32525 32550 I Unity :
01-21 15:17:10.477 32525 32550 I Unity :
01-21 15:17:10.477 32525 32550 I Unity : toProp: : => member name: onOthersCardMove : => source line number: 732
01-21 15:17:10.477 32525 32550 I Unity :
01-21 15:17:10.477 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.477 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.477 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.477 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.477 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.477 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:732)
01-21 15:17:10.477 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:10.477 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properties, Prop
01-21 15:17:10.479 32525 32550 I Unity :
01-21 15:17:10.479 32525 32550 I Unity :
01-21 15:17:10.479 32525 32550 I Unity : Adding new property : => member name: addNewProperty : => source line number: 536
01-21 15:17:10.479 32525 32550 I Unity :
01-21 15:17:10.479 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.479 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.479 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.479 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.479 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.479 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:536)
01-21 15:17:10.479 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:741)
01-21 15:17:10.479 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopol
01-21 15:17:10.481 32525 32550 I Unity :
01-21 15:17:10.481 32525 32550 I Unity :
01-21 15:17:10.481 32525 32550 I Unity : PrimaryColor: #67ACDF key: 1 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:10.481 32525 32550 I Unity :
01-21 15:17:10.481 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.481 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.481 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.481 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.481 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.481 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:10.481 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:10.481 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Monopol
01-21 15:17:10.482 32525 32550 I Unity :
01-21 15:17:10.482 32525 32550 I Unity :
01-21 15:17:10.482 32525 32550 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:10.482 32525 32550 I Unity :
01-21 15:17:10.482 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.482 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.482 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.482 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.482 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.482 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:10.482 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:10.482 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:10.485 32525 32550 I Unity :
01-21 15:17:10.485 32525 32550 I Unity :
01-21 15:17:10.485 32525 32550 I Unity : onUpdatesHandsPlayedToView 3 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:10.485 32525 32550 I Unity :
01-21 15:17:10.485 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.485 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.485 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.485 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.485 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.485 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:10.485 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:10.485 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:10.486 32525 32550 I Unity :
01-21 15:17:10.486 32525 32550 I Unity :
01-21 15:17:10.486 32525 32550 I Unity : AI2 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:10.486 32525 32550 I Unity :
01-21 15:17:10.486 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.486 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.486 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.486 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.486 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.486 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:10.486 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:10.486 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Prope
01-21 15:17:10.488 32525 32550 I Unity :
01-21 15:17:10.488 32525 32550 I Unity :
01-21 15:17:10.488 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:10.488 32525 32550 I Unity :
01-21 15:17:10.488 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.488 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.488 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.488 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.488 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.488 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:10.488 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:10.488 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:10.490 32525 32550 I Unity :
01-21 15:17:10.490 32525 32550 I Unity :
01-21 15:17:10.490 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:10.490 32525 32550 I Unity :
01-21 15:17:10.490 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.490 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.490 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.490 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.490 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.490 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:10.490 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:10.490 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:10.492 32525 32550 I Unity :
01-21 15:17:10.492 32525 32550 I Unity :
01-21 15:17:10.492 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 2 to 2 toPile PROPERTY_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:10.492 32525 32550 I Unity :
01-21 15:17:10.492 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.492 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.492 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.492 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.492 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.492 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:10.492 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealContr
01-21 15:17:10.494 32525 32550 I Unity :
01-21 15:17:10.494 32525 32550 I Unity :
01-21 15:17:10.494 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 2 toPlayer 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:10.494 32525 32550 I Unity :
01-21 15:17:10.494 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.494 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.494 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.494 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.494 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.494 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:10.494 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:10.494 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:10.496 32525 32550 I Unity :
01-21 15:17:10.496 32525 32550 I Unity :
01-21 15:17:10.496 32525 32550 I Unity : onOppntPlayerCardMoveEventToView moving to PROPERTY_PILE cardsMoved.Count 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 724
01-21 15:17:10.496 32525 32550 I Unity :
01-21 15:17:10.496 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.496 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.496 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.496 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.496 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.496 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:724)
01-21 15:17:10.496 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:8
01-21 15:17:10.499 32525 32550 I Unity :
01-21 15:17:10.499 32525 32550 I Unity :
01-21 15:17:10.499 32525 32550 I Unity : Card to spawn type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 732
01-21 15:17:10.499 32525 32550 I Unity :
01-21 15:17:10.499 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.499 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.499 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.499 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.499 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.499 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:732)
01-21 15:17:10.499 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/C
01-21 15:17:10.502 32525 32550 I Unity :
01-21 15:17:10.502 32525 32550 I Unity :
01-21 15:17:10.502 32525 32550 I Unity : PROPERTY_PILE toPlayer.isLocalPlayer? False from PROPERTY_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 743
01-21 15:17:10.502 32525 32550 I Unity :
01-21 15:17:10.502 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.502 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.502 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.502 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.502 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.502 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:743)
01-21 15:17:10.502 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:10.515 32525 32550 I Unity :
01-21 15:17:10.515 32525 32550 I Unity :
01-21 15:17:10.515 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile name: AI2 id: 2 seat: 2 type: OPPONENT isAi: True anchoredPosition (0.0, 0.0) : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1278
01-21 15:17:10.515 32525 32550 I Unity :
01-21 15:17:10.515 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.515 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.515 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.515 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.515 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.515 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1278)
01-21 15:17:10.515 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Control
01-21 15:17:10.517 32525 32550 I Unity :
01-21 15:17:10.517 32525 32550 I Unity :
01-21 15:17:10.517 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:10.517 32525 32550 I Unity :
01-21 15:17:10.517 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.517 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.517 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.517 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.517 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.517 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:10.517 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1282)
01-21 15:17:10.517 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNI
01-21 15:17:10.519 32525 32550 I Unity :
01-21 15:17:10.519 32525 32550 I Unity :
01-21 15:17:10.519 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile fromPlayerPropertieskey: toPropertieskey: Card: type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144 _uiProperties.Count: 0 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1286
01-21 15:17:10.519 32525 32550 I Unity :
01-21 15:17:10.519 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.519 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.519 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.519 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.519 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.519 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1286)
01-21 15:17:10.519 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Developm
01-21 15:17:10.523 32525 32550 I Unity :
01-21 15:17:10.523 32525 32550 I Unity :
01-21 15:17:10.523 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile found property? 1 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1290
01-21 15:17:10.523 32525 32550 I Unity :
01-21 15:17:10.523 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.523 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.523 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.523 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.523 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.523 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1290)
01-21 15:17:10.523 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:750)
01-21 15:17:10.523 32525 32550 I Unity : IJDV.MonopolyDeal.C
01-21 15:17:10.525 32525 32550 I Unity :
01-21 15:17:10.525 32525 32550 I Unity :
01-21 15:17:10.525 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile not found existing prop group. Creating new one : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1303
01-21 15:17:10.525 32525 32550 I Unity :
01-21 15:17:10.525 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.525 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.525 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.525 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.525 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.525 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1303)
01-21 15:17:10.525 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewControll
01-21 15:17:10.528 32525 32550 I Unity :
01-21 15:17:10.528 32525 32550 I Unity :
01-21 15:17:10.528 32525 32550 I Unity : AddCard type: PROPERTY_CARD action: NONE uid: 42 money: 1 isPureWild: False colors: 1 Hash -1223030144 key 1 : => member name: AddCard : => source line number: 96
01-21 15:17:10.528 32525 32550 I Unity :
01-21 15:17:10.528 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.528 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.528 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.528 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.528 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.528 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:AddCard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:96)
01-21 15:17:10.528 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1312)
01-21 15:17:10.528 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponent
01-21 15:17:10.532 32525 32550 I Unity :
01-21 15:17:10.532 32525 32550 I Unity :
01-21 15:17:10.532 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash 2046332928 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:10.532 32525 32550 I Unity :
01-21 15:17:10.532 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.532 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.532 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.532 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.532 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.532 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:10.532 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1319)
01-21 15:17:10.532 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.
01-21 15:17:10.534 32525 32550 I Unity :
01-21 15:17:10.534 32525 32550 I Unity :
01-21 15:17:10.534 32525 32550 I Unity : allSteps.Count: 0 isPlayed: True canPlay: False : => member name: play : => source line number: 184
01-21 15:17:10.534 32525 32550 I Unity :
01-21 15:17:10.534 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.534 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.534 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.534 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.534 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.534 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:10.534 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.534 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:10.535 32525 32550 I Unity :
01-21 15:17:10.535 32525 32550 I Unity :
01-21 15:17:10.535 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:10.535 32525 32550 I Unity :
01-21 15:17:10.535 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.535 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.535 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.535 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.535 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.535 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:10.535 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.535 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:10.536 32525 32550 I Unity :
01-21 15:17:10.536 32525 32550 I Unity :
01-21 15:17:10.536 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:10.536 32525 32550 I Unity :
01-21 15:17:10.536 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:10.536 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:10.536 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:10.536 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:10.536 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:10.536 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:10.536 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:10.536 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:12.867 32525 32550 I Unity :
01-21 15:17:12.867 32525 32550 I Unity :
01-21 15:17:12.867 32525 32550 I Unity : AI onMoveComplete: player: AI2 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:12.867 32525 32550 I Unity :
01-21 15:17:12.867 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.867 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.867 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.867 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.867 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.867 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:12.867 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:12.867 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:12.870 32525 32550 I Unity :
01-21 15:17:12.870 32525 32550 I Unity :
01-21 15:17:12.870 32525 32550 I Unity : AI Play: player: AI2 : => member name: play : => source line number: 60
01-21 15:17:12.870 32525 32550 I Unity :
01-21 15:17:12.870 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.870 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.870 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.870 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.870 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.870 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:12.870 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.870 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:12.872 32525 32550 I Unity :
01-21 15:17:12.872 32525 32550 I Unity :
01-21 15:17:12.872 32525 32550 I Unity : Can play: False : => member name: play : => source line number: 61
01-21 15:17:12.872 32525 32550 I Unity :
01-21 15:17:12.872 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.872 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.872 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.872 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.872 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.872 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:12.872 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.872 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wo
01-21 15:17:12.875 32525 32550 I Unity :
01-21 15:17:12.875 32525 32550 I Unity :
01-21 15:17:12.875 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:12.875 32525 32550 I Unity :
01-21 15:17:12.875 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.875 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.875 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.875 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.875 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.875 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:12.875 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.875 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:12.877 32525 32550 I Unity :
01-21 15:17:12.877 32525 32550 I Unity :
01-21 15:17:12.877 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:12.877 32525 32550 I Unity :
01-21 15:17:12.877 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.877 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.877 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.877 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.877 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.877 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:12.877 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.877 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:12.880 32525 32550 I Unity :
01-21 15:17:12.880 32525 32550 I Unity :
01-21 15:17:12.880 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:12.880 32525 32550 I Unity :
01-21 15:17:12.880 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.880 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.880 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.880 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.880 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.880 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:12.880 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.880 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:12.883 32525 32550 I Unity :
01-21 15:17:12.883 32525 32550 I Unity :
01-21 15:17:12.883 32525 32550 I Unity : AI to PASS turn : => member name: play : => source line number: 202
01-21 15:17:12.883 32525 32550 I Unity :
01-21 15:17:12.883 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.883 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.883 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.883 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.883 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.883 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:202)
01-21 15:17:12.883 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.883 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_
01-21 15:17:12.886 32525 32550 I Unity :
01-21 15:17:12.886 32525 32550 I Unity :
01-21 15:17:12.886 32525 32550 I Unity : On PASS from AI2 : => member name: onLocalPlayerPassFromView : => source line number: 1577
01-21 15:17:12.886 32525 32550 I Unity :
01-21 15:17:12.886 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.886 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.886 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.886 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.886 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.886 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1577)
01-21 15:17:12.886 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:203)
01-21 15:17:12.886 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at
01-21 15:17:12.889 32525 32550 I Unity :
01-21 15:17:12.889 32525 32550 I Unity :
01-21 15:17:12.889 32525 32550 I Unity : End Trun isLocalPlayer? False id 2 : => member name: EndTurn : => source line number: 1186
01-21 15:17:12.889 32525 32550 I Unity :
01-21 15:17:12.889 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.889 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.889 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.889 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.889 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.889 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1186)
01-21 15:17:12.889 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1205)
01-21 15:17:12.889 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/S
01-21 15:17:12.893 32525 32550 I Unity :
01-21 15:17:12.893 32525 32550 I Unity :
01-21 15:17:12.893 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash 2046332928 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:12.893 32525 32550 I Unity :
01-21 15:17:12.893 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.893 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.893 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.893 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.893 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.893 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:12.893 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:431)
01-21 15:17:12.893 32525 32550 I Unity : IJ
01-21 15:17:12.897 32525 32550 I Unity :
01-21 15:17:12.897 32525 32550 I Unity :
01-21 15:17:12.897 32525 32550 I Unity : UIView on set turn... 3 : => member name: onSetTurn : => source line number: 1782
01-21 15:17:12.897 32525 32550 I Unity :
01-21 15:17:12.897 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.897 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.897 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.897 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.897 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.897 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1782)
01-21 15:17:12.897 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:12.897 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/D
01-21 15:17:12.900 32525 32550 I Unity :
01-21 15:17:12.900 32525 32550 I Unity :
01-21 15:17:12.900 32525 32550 I Unity : SetTurn to 3 : => member name: SetTurn : => source line number: 656
01-21 15:17:12.900 32525 32550 I Unity :
01-21 15:17:12.900 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.900 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.900 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.900 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.900 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.900 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:656)
01-21 15:17:12.900 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1786)
01-21 15:17:12.900 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Script
01-21 15:17:12.903 32525 32550 I Unity :
01-21 15:17:12.903 32525 32550 I Unity :
01-21 15:17:12.903 32525 32550 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1716
01-21 15:17:12.903 32525 32550 I Unity :
01-21 15:17:12.903 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.903 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.903 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.903 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.903 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.903 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1716)
01-21 15:17:12.903 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:12.903 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/Monopo
01-21 15:17:12.909 32525 32550 I Unity :
01-21 15:17:12.909 32525 32550 I Unity :
01-21 15:17:12.909 32525 32550 I Unity : Dealing cards to AI: player: AI3 : => member name: onDealCardsToAi : => source line number: 2521
01-21 15:17:12.909 32525 32550 I Unity :
01-21 15:17:12.909 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.909 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.909 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.909 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.909 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.909 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onDealCardsToAi(MonoPlayer, Int32, Single) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2521)
01-21 15:17:12.909 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1743)
01-21 15:17:12.909 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/D
01-21 15:17:12.911 32525 32550 I Unity :
01-21 15:17:12.911 32525 32550 I Unity :
01-21 15:17:12.911 32525 32550 I Unity : setNextPlayerTurn: next: AI3 : => member name: setNextPlayerTurn : => source line number: 1013
01-21 15:17:12.911 32525 32550 I Unity :
01-21 15:17:12.911 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.911 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.911 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.911 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.911 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.911 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1013)
01-21 15:17:12.911 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1598)
01-21 15:17:12.911 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Developmen
01-21 15:17:12.912 32525 32550 I Unity :
01-21 15:17:12.912 32525 32550 I Unity :
01-21 15:17:12.912 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:12.912 32525 32550 I Unity :
01-21 15:17:12.912 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:12.912 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:12.912 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:12.912 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:12.912 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:12.912 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:12.912 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:12.912 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:13.376 32525 32550 I Unity :
01-21 15:17:13.376 32525 32550 I Unity :
01-21 15:17:13.376 32525 32550 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:13.376 32525 32550 I Unity :
01-21 15:17:13.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.376 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.376 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.376 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.376 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:13.376 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1187)
01-21 15:17:13.376 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fr
01-21 15:17:13.379 32525 32550 I Unity :
01-21 15:17:13.379 32525 32550 I Unity :
01-21 15:17:13.379 32525 32550 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:13.379 32525 32550 I Unity :
01-21 15:17:13.379 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.379 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.379 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.379 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.379 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.379 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:13.379 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:657)
01-21 15:17:13.379 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fram
01-21 15:17:13.885 32525 32550 I Unity :
01-21 15:17:13.885 32525 32550 I Unity :
01-21 15:17:13.885 32525 32550 I Unity : onSetTurnTimerEventToView 3 remTimeInSec -1 : => member name: onSetTurnTimerEventToView : => source line number: 788
01-21 15:17:13.885 32525 32550 I Unity :
01-21 15:17:13.885 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.885 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.885 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.885 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.885 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.885 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:788)
01-21 15:17:13.885 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1752)
01-21 15:17:13.885 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Vo
01-21 15:17:13.888 32525 32550 I Unity :
01-21 15:17:13.888 32525 32550 I Unity :
01-21 15:17:13.888 32525 32550 I Unity : ShowTurnTimer -1 isTurnTimerEnabled False isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-21 15:17:13.888 32525 32550 I Unity :
01-21 15:17:13.888 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.888 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.888 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.888 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.888 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.888 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:664)
01-21 15:17:13.888 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:790)
01-21 15:17:13.888 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0()
01-21 15:17:13.891 32525 32550 I Unity :
01-21 15:17:13.891 32525 32550 I Unity :
01-21 15:17:13.891 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: AI3 id: 3 seat: 3 type: OPPONENT isAi: True playState READY_TO_PLAY handsplayed 3 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:13.891 32525 32550 I Unity :
01-21 15:17:13.891 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.891 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.891 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.891 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.891 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.891 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:13.891 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Asset
01-21 15:17:13.893 32525 32550 I Unity :
01-21 15:17:13.893 32525 32550 I Unity :
01-21 15:17:13.893 32525 32550 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1939
01-21 15:17:13.893 32525 32550 I Unity :
01-21 15:17:13.893 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.893 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.893 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.893 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.893 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.893 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1939)
01-21 15:17:13.893 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1430)
01-21 15:17:13.893 32525 32550 I Unity : IJDV.Monopo
01-21 15:17:13.897 32525 32550 I Unity :
01-21 15:17:13.897 32525 32550 I Unity :
01-21 15:17:13.897 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:13.897 32525 32550 I Unity :
01-21 15:17:13.897 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.897 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.897 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.897 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.897 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.897 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:13.897 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:13.900 32525 32550 I Unity :
01-21 15:17:13.900 32525 32550 I Unity :
01-21 15:17:13.900 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:13.900 32525 32550 I Unity :
01-21 15:17:13.900 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.900 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.900 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.900 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.900 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.900 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:13.900 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:13.900 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSe
01-21 15:17:13.903 32525 32550 I Unity :
01-21 15:17:13.903 32525 32550 I Unity :
01-21 15:17:13.903 32525 32550 I Unity : i0 key 0 uiProp? False : => member name: GetUIProperties : => source line number: 1592
01-21 15:17:13.903 32525 32550 I Unity :
01-21 15:17:13.903 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:13.903 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:13.903 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:13.903 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:13.903 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:13.903 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetUIProperties(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1592)
01-21 15:17:13.903 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ClearTotalRentBadge() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1174)
01-21 15:17:13.903 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:14.904 32525 32550 I Unity :
01-21 15:17:14.904 32525 32550 I Unity :
01-21 15:17:14.904 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:14.904 32525 32550 I Unity :
01-21 15:17:14.904 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.904 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.904 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.904 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.904 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.904 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:14.904 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2554)
01-21 15:17:14.904 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyD
01-21 15:17:14.906 32525 32550 I Unity :
01-21 15:17:14.906 32525 32550 I Unity :
01-21 15:17:14.906 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:14.906 32525 32550 I Unity : From: AI3
01-21 15:17:14.906 32525 32550 I Unity : To: AI3
01-21 15:17:14.906 32525 32550 I Unity : ToPile: HAND_PILE
01-21 15:17:14.906 32525 32550 I Unity : Properties:
01-21 15:17:14.906 32525 32550 I Unity : isValidMv: True
01-21 15:17:14.906 32525 32550 I Unity : CardsMoved
01-21 15:17:14.906 32525 32550 I Unity : type: ACTION_CARD action: FORCED_DEAL uid: 9 money: 3 isPureWild: False colors: 1 Hash 1802268032
01-21 15:17:14.906 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864
01-21 15:17:14.906 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:14.906 32525 32550 I Unity :
01-21 15:17:14.906 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.906 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.906 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.906 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.906 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.906 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs
01-21 15:17:14.908 32525 32550 I Unity :
01-21 15:17:14.908 32525 32550 I Unity :
01-21 15:17:14.908 32525 32550 I Unity : from: AI3 to: AI3 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:14.908 32525 32550 I Unity :
01-21 15:17:14.908 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.908 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.908 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.908 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.908 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.908 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:14.908 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2554)
01-21 15:17:14.908 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopoly
01-21 15:17:14.911 32525 32550 I Unity :
01-21 15:17:14.911 32525 32550 I Unity :
01-21 15:17:14.911 32525 32550 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-21 15:17:14.911 32525 32550 I Unity :
01-21 15:17:14.911 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.911 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.911 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.911 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.911 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.911 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:218)
01-21 15:17:14.911 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:754)
01-21 15:17:14.911 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/Working
01-21 15:17:14.914 32525 32550 I Unity :
01-21 15:17:14.914 32525 32550 I Unity :
01-21 15:17:14.914 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:14.914 32525 32550 I Unity :
01-21 15:17:14.914 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.914 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.914 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.914 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.914 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.914 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:14.914 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:14.914 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1(
01-21 15:17:14.916 32525 32550 I Unity :
01-21 15:17:14.916 32525 32550 I Unity :
01-21 15:17:14.916 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:14.916 32525 32550 I Unity :
01-21 15:17:14.916 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.916 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.916 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.916 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.916 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.916 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:14.916 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealCon
01-21 15:17:14.918 32525 32550 I Unity :
01-21 15:17:14.918 32525 32550 I Unity :
01-21 15:17:14.918 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:14.918 32525 32550 I Unity :
01-21 15:17:14.918 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:14.918 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:14.918 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:14.918 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:14.918 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:14.918 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:14.918 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass102_0:<onDealCardsToAi>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2555)
01-21 15:17:14.918 32525 32550 I Unity : <Exec
01-21 15:17:15.922 32525 32550 I Unity :
01-21 15:17:15.922 32525 32550 I Unity :
01-21 15:17:15.922 32525 32550 I Unity : AI onMoveComplete: player: AI3 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:15.922 32525 32550 I Unity :
01-21 15:17:15.922 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.922 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.922 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.922 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.922 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.922 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:15.922 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:15.922 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:15.925 32525 32550 I Unity :
01-21 15:17:15.925 32525 32550 I Unity :
01-21 15:17:15.925 32525 32550 I Unity : AI Play: player: AI3 : => member name: play : => source line number: 60
01-21 15:17:15.925 32525 32550 I Unity :
01-21 15:17:15.925 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.925 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.925 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.925 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.925 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.925 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:15.925 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.925 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:15.928 32525 32550 I Unity :
01-21 15:17:15.928 32525 32550 I Unity :
01-21 15:17:15.928 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:15.928 32525 32550 I Unity :
01-21 15:17:15.928 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.928 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.928 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.928 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.928 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.928 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:15.928 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.928 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:15.930 32525 32550 I Unity :
01-21 15:17:15.930 32525 32550 I Unity :
01-21 15:17:15.930 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:15.930 32525 32550 I Unity :
01-21 15:17:15.930 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.930 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.930 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.930 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.930 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.930 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:15.930 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.930 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:15.933 32525 32550 I Unity :
01-21 15:17:15.933 32525 32550 I Unity :
01-21 15:17:15.933 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:15.933 32525 32550 I Unity :
01-21 15:17:15.933 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.933 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.933 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.933 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.933 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.933 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:15.933 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.933 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:15.936 32525 32550 I Unity :
01-21 15:17:15.936 32525 32550 I Unity :
01-21 15:17:15.936 32525 32550 I Unity : Ai move: PLAY_ACTION_CARDS : => member name: play : => source line number: 80
01-21 15:17:15.936 32525 32550 I Unity :
01-21 15:17:15.936 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.936 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.936 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.936 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.936 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.936 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:15.936 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.936 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Developme
01-21 15:17:15.943 32525 32550 I Unity :
01-21 15:17:15.943 32525 32550 I Unity :
01-21 15:17:15.943 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:15.943 32525 32550 I Unity :
01-21 15:17:15.943 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.943 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.943 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.943 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.943 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.943 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:15.943 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.943 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:15.945 32525 32550 I Unity :
01-21 15:17:15.945 32525 32550 I Unity :
01-21 15:17:15.945 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:15.945 32525 32550 I Unity :
01-21 15:17:15.945 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.945 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.945 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.945 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.945 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.945 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:15.945 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.945 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:15.947 32525 32550 I Unity :
01-21 15:17:15.947 32525 32550 I Unity :
01-21 15:17:15.947 32525 32550 I Unity : allSteps.Count: 2 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:15.947 32525 32550 I Unity :
01-21 15:17:15.947 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.947 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.947 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.947 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.947 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.947 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:15.947 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.947 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:15.949 32525 32550 I Unity :
01-21 15:17:15.949 32525 32550 I Unity :
01-21 15:17:15.949 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:15.949 32525 32550 I Unity :
01-21 15:17:15.949 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.949 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.949 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.949 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.949 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.949 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:15.949 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.949 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:15.952 32525 32550 I Unity :
01-21 15:17:15.952 32525 32550 I Unity :
01-21 15:17:15.952 32525 32550 I Unity : allSteps.Count: 1 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:15.952 32525 32550 I Unity :
01-21 15:17:15.952 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.952 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.952 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.952 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.952 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.952 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:15.952 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.952 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:15.954 32525 32550 I Unity :
01-21 15:17:15.954 32525 32550 I Unity :
01-21 15:17:15.954 32525 32550 I Unity : Ai move: PLAY_PROPERTY_CARDS : => member name: play : => source line number: 80
01-21 15:17:15.954 32525 32550 I Unity :
01-21 15:17:15.954 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.954 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.954 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.954 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.954 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.954 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:15.954 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.954 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:15.957 32525 32550 I Unity :
01-21 15:17:15.957 32525 32550 I Unity :
01-21 15:17:15.957 32525 32550 I Unity : pureWildPropertyCards: 1 player: AI3 : => member name: groupProperties : => source line number: 1985
01-21 15:17:15.957 32525 32550 I Unity :
01-21 15:17:15.957 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.957 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.957 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.957 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.957 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.957 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1985)
01-21 15:17:15.957 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.957 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (a
01-21 15:17:15.960 32525 32550 I Unity :
01-21 15:17:15.960 32525 32550 I Unity :
01-21 15:17:15.960 32525 32550 I Unity : checkAndAddCardsToExistingProps: hands: 1 : => member name: checkAndAddCardsToExistingProps : => source line number: 1799
01-21 15:17:15.960 32525 32550 I Unity :
01-21 15:17:15.960 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.960 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.960 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.960 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.960 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.960 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1799)
01-21 15:17:15.960 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:15.960 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrate
01-21 15:17:15.962 32525 32550 I Unity :
01-21 15:17:15.962 32525 32550 I Unity :
01-21 15:17:15.962 32525 32550 I Unity : checkAndAddCardsToExistingProps: No existing property : => member name: checkAndAddCardsToExistingProps : => source line number: 1805
01-21 15:17:15.962 32525 32550 I Unity :
01-21 15:17:15.962 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.962 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.962 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.962 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.962 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.962 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1805)
01-21 15:17:15.962 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:15.962 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBeg
01-21 15:17:15.965 32525 32550 I Unity :
01-21 15:17:15.965 32525 32550 I Unity :
01-21 15:17:15.965 32525 32550 I Unity : CardsAddedToExistingProps: 0 : => member name: groupProperties : => source line number: 1994
01-21 15:17:15.965 32525 32550 I Unity :
01-21 15:17:15.965 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.965 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.965 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.965 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.965 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.965 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1994)
01-21 15:17:15.965 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.965 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volum
01-21 15:17:15.967 32525 32550 I Unity :
01-21 15:17:15.967 32525 32550 I Unity :
01-21 15:17:15.967 32525 32550 I Unity : primaryColorGrp count: 2 : => member name: groupProperties : => source line number: 2007
01-21 15:17:15.967 32525 32550 I Unity :
01-21 15:17:15.967 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.967 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.967 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.967 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.967 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.967 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2007)
01-21 15:17:15.967 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.967 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/D
01-21 15:17:15.969 32525 32550 I Unity :
01-21 15:17:15.969 32525 32550 I Unity :
01-21 15:17:15.969 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 63 money: 1 isPureWild: False colors: 2 Hash 1453669888 : => member name: groupProperties : => source line number: 2017
01-21 15:17:15.969 32525 32550 I Unity :
01-21 15:17:15.969 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.969 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.969 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.969 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.969 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.969 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:15.969 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.969 32525 32550 I Unity : IJDV.Mon
01-21 15:17:15.972 32525 32550 I Unity :
01-21 15:17:15.972 32525 32550 I Unity :
01-21 15:17:15.972 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 68 money: 4 isPureWild: False colors: 2 Hash -1590421120 : => member name: groupProperties : => source line number: 2017
01-21 15:17:15.972 32525 32550 I Unity :
01-21 15:17:15.972 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.972 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.972 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.972 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.972 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.972 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:15.972 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.972 32525 32550 I Unity : IJDV.Mo
01-21 15:17:15.974 32525 32550 I Unity :
01-21 15:17:15.974 32525 32550 I Unity :
01-21 15:17:15.974 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 63 money: 1 isPureWild: False colors: 2 Hash 1453669888 : => member name: groupProperties : => source line number: 2017
01-21 15:17:15.974 32525 32550 I Unity :
01-21 15:17:15.974 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.974 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.974 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.974 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.974 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.974 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:15.974 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.974 32525 32550 I Unity : IJDV.Mon
01-21 15:17:15.975 32525 32550 I Unity :
01-21 15:17:15.975 32525 32550 I Unity :
01-21 15:17:15.975 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 68 money: 4 isPureWild: False colors: 2 Hash -1590421120 : => member name: groupProperties : => source line number: 2017
01-21 15:17:15.975 32525 32550 I Unity :
01-21 15:17:15.975 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.975 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.975 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.975 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.975 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.975 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:15.975 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:15.975 32525 32550 I Unity : IJDV.Mo
01-21 15:17:15.977 32525 32550 I Unity :
01-21 15:17:15.977 32525 32550 I Unity :
01-21 15:17:15.977 32525 32550 I Unity : property cards in hand: 4 : => member name: groupPropertiesEx : => source line number: 2077
01-21 15:17:15.977 32525 32550 I Unity :
01-21 15:17:15.977 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.977 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.977 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.977 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.977 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.977 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2077)
01-21 15:17:15.977 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.977 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /
01-21 15:17:15.979 32525 32550 I Unity :
01-21 15:17:15.979 32525 32550 I Unity :
01-21 15:17:15.979 32525 32550 I Unity : hands remaining: 3 : => member name: groupPropertiesEx : => source line number: 2078
01-21 15:17:15.979 32525 32550 I Unity :
01-21 15:17:15.979 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.979 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.979 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.979 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.979 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.979 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2078)
01-21 15:17:15.979 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.979 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes
01-21 15:17:15.981 32525 32550 I Unity :
01-21 15:17:15.981 32525 32550 I Unity :
01-21 15:17:15.981 32525 32550 I Unity : Color group: #F57F23 : => member name: groupPropertiesEx : => source line number: 2091
01-21 15:17:15.981 32525 32550 I Unity :
01-21 15:17:15.981 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.981 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.981 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.981 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.981 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.981 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2091)
01-21 15:17:15.981 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.981 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volum
01-21 15:17:15.983 32525 32550 I Unity :
01-21 15:17:15.983 32525 32550 I Unity :
01-21 15:17:15.983 32525 32550 I Unity : cardsToAdd 1 : => member name: groupPropertiesEx : => source line number: 2092
01-21 15:17:15.983 32525 32550 I Unity :
01-21 15:17:15.983 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.983 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.983 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.983 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.983 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.983 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2092)
01-21 15:17:15.983 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.983 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Devel
01-21 15:17:15.985 32525 32550 I Unity :
01-21 15:17:15.985 32525 32550 I Unity :
01-21 15:17:15.985 32525 32550 I Unity : Color group: True : => member name: groupPropertiesEx : => source line number: 2095
01-21 15:17:15.985 32525 32550 I Unity :
01-21 15:17:15.985 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.985 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.985 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.985 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.985 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.985 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2095)
01-21 15:17:15.985 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.985 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/
01-21 15:17:15.987 32525 32550 I Unity :
01-21 15:17:15.987 32525 32550 I Unity :
01-21 15:17:15.987 32525 32550 I Unity : PrimaryColor: #F57F23 key: 44 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:15.987 32525 32550 I Unity :
01-21 15:17:15.987 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.987 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.987 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.987 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.987 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.987 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:15.987 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:15.987 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Mono
01-21 15:17:15.989 32525 32550 I Unity :
01-21 15:17:15.989 32525 32550 I Unity :
01-21 15:17:15.989 32525 32550 I Unity : Total Properties: 1 : => member name: groupPropertiesEx : => source line number: 2119
01-21 15:17:15.989 32525 32550 I Unity :
01-21 15:17:15.989 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.989 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.989 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.989 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.989 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.989 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2119)
01-21 15:17:15.989 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:15.989 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volume
01-21 15:17:15.991 32525 32550 I Unity :
01-21 15:17:15.991 32525 32550 I Unity :
01-21 15:17:15.991 32525 32550 I Unity : AI PROPERTY CARDS : => member name: play : => source line number: 120
01-21 15:17:15.991 32525 32550 I Unity :
01-21 15:17:15.991 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.991 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.991 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.991 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.991 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.991 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:120)
01-21 15:17:15.991 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:15.991 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNIT
01-21 15:17:15.992 32525 32550 I Unity :
01-21 15:17:15.992 32525 32550 I Unity :
01-21 15:17:15.992 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:15.992 32525 32550 I Unity :
01-21 15:17:15.992 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.992 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.992 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.992 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.992 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.992 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:15.992 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:15.992 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properti
01-21 15:17:15.994 32525 32550 I Unity :
01-21 15:17:15.994 32525 32550 I Unity :
01-21 15:17:15.994 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:15.994 32525 32550 I Unity : From: AI3
01-21 15:17:15.994 32525 32550 I Unity : To: AI3
01-21 15:17:15.994 32525 32550 I Unity : ToPile: PROPERTY_PILE
01-21 15:17:15.994 32525 32550 I Unity : Properties:
01-21 15:17:15.994 32525 32550 I Unity : isValidMv: True
01-21 15:17:15.994 32525 32550 I Unity : CardsMoved
01-21 15:17:15.994 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 44 money: 2 isPureWild: False colors: 1 Hash -1581673088
01-21 15:17:15.994 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:15.994 32525 32550 I Unity :
01-21 15:17:15.994 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.994 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.994 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.994 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.994 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.994 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:15.994 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Deve
01-21 15:17:15.996 32525 32550 I Unity :
01-21 15:17:15.996 32525 32550 I Unity :
01-21 15:17:15.996 32525 32550 I Unity : from: AI3 to: AI3 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:15.996 32525 32550 I Unity :
01-21 15:17:15.996 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.996 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.996 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.996 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.996 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.996 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:15.996 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:15.996 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Propert
01-21 15:17:15.997 32525 32550 I Unity :
01-21 15:17:15.997 32525 32550 I Unity :
01-21 15:17:15.997 32525 32550 I Unity : toProp: : => member name: onOthersCardMove : => source line number: 732
01-21 15:17:15.997 32525 32550 I Unity :
01-21 15:17:15.997 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.997 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.997 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.997 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.997 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.997 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:732)
01-21 15:17:15.997 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:15.997 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properties, Prop
01-21 15:17:15.999 32525 32550 I Unity :
01-21 15:17:15.999 32525 32550 I Unity :
01-21 15:17:15.999 32525 32550 I Unity : Adding new property : => member name: addNewProperty : => source line number: 536
01-21 15:17:15.999 32525 32550 I Unity :
01-21 15:17:15.999 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:15.999 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:15.999 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:15.999 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:15.999 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:15.999 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:536)
01-21 15:17:15.999 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:741)
01-21 15:17:15.999 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopol
01-21 15:17:16.001 32525 32550 I Unity :
01-21 15:17:16.001 32525 32550 I Unity :
01-21 15:17:16.001 32525 32550 I Unity : PrimaryColor: #F57F23 key: 2 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:16.001 32525 32550 I Unity :
01-21 15:17:16.001 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.001 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.001 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.001 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.001 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.001 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:16.001 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:16.001 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Monopol
01-21 15:17:16.002 32525 32550 I Unity :
01-21 15:17:16.002 32525 32550 I Unity :
01-21 15:17:16.002 32525 32550 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:16.002 32525 32550 I Unity :
01-21 15:17:16.002 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.002 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.002 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.002 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.002 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.002 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:16.002 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:16.002 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:16.005 32525 32550 I Unity :
01-21 15:17:16.005 32525 32550 I Unity :
01-21 15:17:16.005 32525 32550 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:16.005 32525 32550 I Unity :
01-21 15:17:16.005 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.005 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.005 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.005 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.005 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.005 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:16.005 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:16.005 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:16.007 32525 32550 I Unity :
01-21 15:17:16.007 32525 32550 I Unity :
01-21 15:17:16.007 32525 32550 I Unity : AI3 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:16.007 32525 32550 I Unity :
01-21 15:17:16.007 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.007 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.007 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.007 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.007 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.007 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:16.007 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:16.007 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Prope
01-21 15:17:16.008 32525 32550 I Unity :
01-21 15:17:16.008 32525 32550 I Unity :
01-21 15:17:16.008 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 44 money: 2 isPureWild: False colors: 1 Hash -1581673088 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:16.008 32525 32550 I Unity :
01-21 15:17:16.008 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.008 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.008 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.008 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.008 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.008 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:16.008 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:16.008 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:16.010 32525 32550 I Unity :
01-21 15:17:16.010 32525 32550 I Unity :
01-21 15:17:16.010 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:16.010 32525 32550 I Unity :
01-21 15:17:16.010 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.010 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.010 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.010 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.010 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.010 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:16.010 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:16.010 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:16.012 32525 32550 I Unity :
01-21 15:17:16.012 32525 32550 I Unity :
01-21 15:17:16.012 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile PROPERTY_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:16.012 32525 32550 I Unity :
01-21 15:17:16.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.012 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.012 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.012 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.012 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:16.012 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealContr
01-21 15:17:16.014 32525 32550 I Unity :
01-21 15:17:16.014 32525 32550 I Unity :
01-21 15:17:16.014 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:16.014 32525 32550 I Unity :
01-21 15:17:16.014 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.014 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.014 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.014 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.014 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.014 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:16.014 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:16.014 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:16.016 32525 32550 I Unity :
01-21 15:17:16.016 32525 32550 I Unity :
01-21 15:17:16.016 32525 32550 I Unity : onOppntPlayerCardMoveEventToView moving to PROPERTY_PILE cardsMoved.Count 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 724
01-21 15:17:16.016 32525 32550 I Unity :
01-21 15:17:16.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.016 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.016 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.016 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:724)
01-21 15:17:16.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:8
01-21 15:17:16.019 32525 32550 I Unity :
01-21 15:17:16.019 32525 32550 I Unity :
01-21 15:17:16.019 32525 32550 I Unity : Card to spawn type: PROPERTY_CARD action: NONE uid: 44 money: 2 isPureWild: False colors: 1 Hash -1581673088 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 732
01-21 15:17:16.019 32525 32550 I Unity :
01-21 15:17:16.019 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.019 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.019 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.019 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.019 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.019 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:732)
01-21 15:17:16.019 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/C
01-21 15:17:16.024 32525 32550 I Unity :
01-21 15:17:16.024 32525 32550 I Unity :
01-21 15:17:16.024 32525 32550 I Unity : PROPERTY_PILE toPlayer.isLocalPlayer? False from PROPERTY_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 743
01-21 15:17:16.024 32525 32550 I Unity :
01-21 15:17:16.024 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.024 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.024 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.024 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.024 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.024 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:743)
01-21 15:17:16.024 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:16.035 32525 32550 I Unity :
01-21 15:17:16.035 32525 32550 I Unity :
01-21 15:17:16.035 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile name: AI3 id: 3 seat: 3 type: OPPONENT isAi: True anchoredPosition (0.0, 0.0) : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1278
01-21 15:17:16.035 32525 32550 I Unity :
01-21 15:17:16.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.035 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.035 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.035 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.035 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1278)
01-21 15:17:16.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Control
01-21 15:17:16.037 32525 32550 I Unity :
01-21 15:17:16.037 32525 32550 I Unity :
01-21 15:17:16.037 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:16.037 32525 32550 I Unity :
01-21 15:17:16.037 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.037 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.037 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.037 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.037 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.037 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:16.037 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1282)
01-21 15:17:16.037 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNI
01-21 15:17:16.040 32525 32550 I Unity :
01-21 15:17:16.040 32525 32550 I Unity :
01-21 15:17:16.040 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile fromPlayerPropertieskey: toPropertieskey: Card: type: PROPERTY_CARD action: NONE uid: 44 money: 2 isPureWild: False colors: 1 Hash -1581673088 _uiProperties.Count: 0 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1286
01-21 15:17:16.040 32525 32550 I Unity :
01-21 15:17:16.040 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.040 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.040 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.040 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.040 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.040 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1286)
01-21 15:17:16.040 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Developm
01-21 15:17:16.042 32525 32550 I Unity :
01-21 15:17:16.042 32525 32550 I Unity :
01-21 15:17:16.042 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile found property? 2 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1290
01-21 15:17:16.042 32525 32550 I Unity :
01-21 15:17:16.042 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.042 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.042 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.042 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.042 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.042 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1290)
01-21 15:17:16.042 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:750)
01-21 15:17:16.042 32525 32550 I Unity : IJDV.MonopolyDeal.C
01-21 15:17:16.044 32525 32550 I Unity :
01-21 15:17:16.044 32525 32550 I Unity :
01-21 15:17:16.044 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile not found existing prop group. Creating new one : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1303
01-21 15:17:16.044 32525 32550 I Unity :
01-21 15:17:16.044 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.044 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.044 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.044 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.044 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.044 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1303)
01-21 15:17:16.044 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewControll
01-21 15:17:16.046 32525 32550 I Unity :
01-21 15:17:16.046 32525 32550 I Unity :
01-21 15:17:16.046 32525 32550 I Unity : AddCard type: PROPERTY_CARD action: NONE uid: 44 money: 2 isPureWild: False colors: 1 Hash -1581673088 key 2 : => member name: AddCard : => source line number: 96
01-21 15:17:16.046 32525 32550 I Unity :
01-21 15:17:16.046 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.046 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.046 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.046 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.046 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.046 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:AddCard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:96)
01-21 15:17:16.046 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1312)
01-21 15:17:16.046 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponent
01-21 15:17:16.048 32525 32550 I Unity :
01-21 15:17:16.048 32525 32550 I Unity :
01-21 15:17:16.048 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash 1628208640 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:16.048 32525 32550 I Unity :
01-21 15:17:16.048 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.048 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.048 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.048 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.048 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.048 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:16.048 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1319)
01-21 15:17:16.048 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.
01-21 15:17:16.050 32525 32550 I Unity :
01-21 15:17:16.050 32525 32550 I Unity :
01-21 15:17:16.050 32525 32550 I Unity : allSteps.Count: 0 isPlayed: True canPlay: True : => member name: play : => source line number: 184
01-21 15:17:16.050 32525 32550 I Unity :
01-21 15:17:16.050 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.050 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.050 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.050 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.050 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.050 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:16.050 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.050 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:16.051 32525 32550 I Unity :
01-21 15:17:16.051 32525 32550 I Unity :
01-21 15:17:16.051 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:16.051 32525 32550 I Unity :
01-21 15:17:16.051 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.051 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.051 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.051 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.051 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.051 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:16.051 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.051 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:16.052 32525 32550 I Unity :
01-21 15:17:16.052 32525 32550 I Unity :
01-21 15:17:16.052 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:16.052 32525 32550 I Unity :
01-21 15:17:16.052 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.052 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.052 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.052 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.052 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.052 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:16.052 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.052 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:16.686 32525 32550 I Unity :
01-21 15:17:16.686 32525 32550 I Unity :
01-21 15:17:16.686 32525 32550 I Unity : AI onMoveComplete: player: AI3 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:16.686 32525 32550 I Unity :
01-21 15:17:16.686 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.686 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.686 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.686 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.686 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.686 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:16.686 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:16.686 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:16.689 32525 32550 I Unity :
01-21 15:17:16.689 32525 32550 I Unity :
01-21 15:17:16.689 32525 32550 I Unity : AI Play: player: AI3 : => member name: play : => source line number: 60
01-21 15:17:16.689 32525 32550 I Unity :
01-21 15:17:16.689 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.689 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.689 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.689 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.689 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:16.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.689 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:16.691 32525 32550 I Unity :
01-21 15:17:16.691 32525 32550 I Unity :
01-21 15:17:16.691 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:16.691 32525 32550 I Unity :
01-21 15:17:16.691 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.691 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.691 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.691 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.691 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.691 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:16.691 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.691 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:16.694 32525 32550 I Unity :
01-21 15:17:16.694 32525 32550 I Unity :
01-21 15:17:16.694 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:16.694 32525 32550 I Unity :
01-21 15:17:16.694 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.694 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.694 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.694 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.694 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.694 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:16.694 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.694 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:16.697 32525 32550 I Unity :
01-21 15:17:16.697 32525 32550 I Unity :
01-21 15:17:16.697 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:16.697 32525 32550 I Unity :
01-21 15:17:16.697 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.697 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.697 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.697 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.697 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.697 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:16.697 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.697 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:16.700 32525 32550 I Unity :
01-21 15:17:16.700 32525 32550 I Unity :
01-21 15:17:16.700 32525 32550 I Unity : Ai move: PLAY_ACTION_CARDS : => member name: play : => source line number: 80
01-21 15:17:16.700 32525 32550 I Unity :
01-21 15:17:16.700 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.700 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.700 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.700 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.700 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.700 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:16.700 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.700 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Developme
01-21 15:17:16.716 32525 32550 I Unity :
01-21 15:17:16.716 32525 32550 I Unity :
01-21 15:17:16.716 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:16.716 32525 32550 I Unity :
01-21 15:17:16.716 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.716 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.716 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.716 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.716 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.716 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:16.716 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.716 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:16.718 32525 32550 I Unity :
01-21 15:17:16.718 32525 32550 I Unity :
01-21 15:17:16.718 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:16.718 32525 32550 I Unity :
01-21 15:17:16.718 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.718 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.718 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.718 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.718 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.718 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:16.718 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.718 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:16.720 32525 32550 I Unity :
01-21 15:17:16.720 32525 32550 I Unity :
01-21 15:17:16.720 32525 32550 I Unity : allSteps.Count: 2 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:16.720 32525 32550 I Unity :
01-21 15:17:16.720 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.720 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.720 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.720 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.720 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.720 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:16.720 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.720 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:16.722 32525 32550 I Unity :
01-21 15:17:16.722 32525 32550 I Unity :
01-21 15:17:16.722 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:16.722 32525 32550 I Unity :
01-21 15:17:16.722 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.722 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.722 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.722 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.722 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:16.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:16.724 32525 32550 I Unity :
01-21 15:17:16.724 32525 32550 I Unity :
01-21 15:17:16.724 32525 32550 I Unity : allSteps.Count: 1 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:16.724 32525 32550 I Unity :
01-21 15:17:16.724 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.724 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.724 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.724 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.724 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:16.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:16.726 32525 32550 I Unity :
01-21 15:17:16.726 32525 32550 I Unity :
01-21 15:17:16.726 32525 32550 I Unity : Ai move: PLAY_PROPERTY_CARDS : => member name: play : => source line number: 80
01-21 15:17:16.726 32525 32550 I Unity :
01-21 15:17:16.726 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.726 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.726 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.726 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.726 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:16.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:16.728 32525 32550 I Unity :
01-21 15:17:16.728 32525 32550 I Unity :
01-21 15:17:16.728 32525 32550 I Unity : pureWildPropertyCards: 1 player: AI3 : => member name: groupProperties : => source line number: 1985
01-21 15:17:16.728 32525 32550 I Unity :
01-21 15:17:16.728 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.728 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.728 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.728 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.728 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.728 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1985)
01-21 15:17:16.728 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:16.728 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (a
01-21 15:17:16.731 32525 32550 I Unity :
01-21 15:17:16.731 32525 32550 I Unity :
01-21 15:17:16.731 32525 32550 I Unity : checkAndAddCardsToExistingProps: hands: 1 : => member name: checkAndAddCardsToExistingProps : => source line number: 1799
01-21 15:17:16.731 32525 32550 I Unity :
01-21 15:17:16.731 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.731 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.731 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.731 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.731 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.731 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1799)
01-21 15:17:16.731 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.731 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrate
01-21 15:17:16.734 32525 32550 I Unity :
01-21 15:17:16.734 32525 32550 I Unity :
01-21 15:17:16.734 32525 32550 I Unity : checkAndAddCardsToExistingProps: checking with propertycards cards... : => member name: checkAndAddCardsToExistingProps : => source line number: 1816
01-21 15:17:16.734 32525 32550 I Unity :
01-21 15:17:16.734 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.734 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.734 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.734 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.734 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.734 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1816)
01-21 15:17:16.734 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.734 32525 32550 I Unity : IJDV.MonopolyDeal.Co
01-21 15:17:16.740 32525 32550 I Unity :
01-21 15:17:16.740 32525 32550 I Unity :
01-21 15:17:16.740 32525 32550 I Unity : checkAndAddCardsToExistingProps: checking with property wild cards cards... : => member name: checkAndAddCardsToExistingProps : => source line number: 1840
01-21 15:17:16.740 32525 32550 I Unity :
01-21 15:17:16.740 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.740 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.740 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.740 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.740 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.740 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1840)
01-21 15:17:16.740 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.740 32525 32550 I Unity : IJDV.MonopolyD
01-21 15:17:16.743 32525 32550 I Unity :
01-21 15:17:16.743 32525 32550 I Unity :
01-21 15:17:16.743 32525 32550 I Unity : checkAndAddCardsToExistingProps: checking with pure wild cards... : => member name: checkAndAddCardsToExistingProps : => source line number: 1882
01-21 15:17:16.743 32525 32550 I Unity :
01-21 15:17:16.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.743 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.743 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.743 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.743 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1882)
01-21 15:17:16.743 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.743 32525 32550 I Unity : IJDV.MonopolyDeal.Contro
01-21 15:17:16.746 32525 32550 I Unity :
01-21 15:17:16.746 32525 32550 I Unity :
01-21 15:17:16.746 32525 32550 I Unity : pure wilds: 1 : => member name: checkAndAddCardsToExistingProps : => source line number: 1883
01-21 15:17:16.746 32525 32550 I Unity :
01-21 15:17:16.746 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.746 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.746 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.746 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.746 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.746 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1883)
01-21 15:17:16.746 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.746 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection
01-21 15:17:16.748 32525 32550 I Unity :
01-21 15:17:16.748 32525 32550 I Unity :
01-21 15:17:16.748 32525 32550 I Unity : checking with prop: 2 : => member name: checkAndAddCardsToExistingProps : => source line number: 1894
01-21 15:17:16.748 32525 32550 I Unity :
01-21 15:17:16.748 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.748 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.748 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.748 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.748 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.748 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1894)
01-21 15:17:16.748 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.748 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCo
01-21 15:17:16.750 32525 32550 I Unity :
01-21 15:17:16.750 32525 32550 I Unity :
01-21 15:17:16.750 32525 32550 I Unity : pure wild card added... : => member name: checkAndAddCardsToExistingProps : => source line number: 1898
01-21 15:17:16.750 32525 32550 I Unity :
01-21 15:17:16.750 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.750 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.750 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.750 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.750 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.750 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1898)
01-21 15:17:16.750 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:16.750 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesTo
01-21 15:17:16.752 32525 32550 I Unity :
01-21 15:17:16.752 32525 32550 I Unity :
01-21 15:17:16.752 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232 : => member name: checkAndAddCardsToExistingProps : => source line number: 1899
01-21 15:17:16.752 32525 32550 I Unity :
01-21 15:17:16.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.752 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.752 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.752 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.752 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1899)
01-21 15:17:16.752 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.c
01-21 15:17:16.754 32525 32550 I Unity :
01-21 15:17:16.754 32525 32550 I Unity :
01-21 15:17:16.754 32525 32550 I Unity : CardsAddedToExistingProps: 1 : => member name: groupProperties : => source line number: 1994
01-21 15:17:16.754 32525 32550 I Unity :
01-21 15:17:16.754 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.754 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.754 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.754 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.754 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.754 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1994)
01-21 15:17:16.754 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:16.754 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volum
01-21 15:17:16.757 32525 32550 I Unity :
01-21 15:17:16.757 32525 32550 I Unity :
01-21 15:17:16.757 32525 32550 I Unity : AI PROPERTY CARDS : => member name: play : => source line number: 120
01-21 15:17:16.757 32525 32550 I Unity :
01-21 15:17:16.757 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.757 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.757 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.757 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.757 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.757 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:120)
01-21 15:17:16.757 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.757 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNIT
01-21 15:17:16.759 32525 32550 I Unity :
01-21 15:17:16.759 32525 32550 I Unity :
01-21 15:17:16.759 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:16.759 32525 32550 I Unity :
01-21 15:17:16.759 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.759 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.759 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.759 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.759 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.759 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:16.759 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:16.759 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properti
01-21 15:17:16.761 32525 32550 I Unity :
01-21 15:17:16.761 32525 32550 I Unity :
01-21 15:17:16.761 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:16.761 32525 32550 I Unity : From: AI3
01-21 15:17:16.761 32525 32550 I Unity : To: AI3
01-21 15:17:16.761 32525 32550 I Unity : ToPile: PROPERTY_PILE
01-21 15:17:16.761 32525 32550 I Unity : Properties: 2
01-21 15:17:16.761 32525 32550 I Unity : isValidMv: True
01-21 15:17:16.761 32525 32550 I Unity : CardsMoved
01-21 15:17:16.761 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232
01-21 15:17:16.761 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:16.761 32525 32550 I Unity :
01-21 15:17:16.761 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.761 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.761 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.761 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.761 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.761 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:16.761 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/
01-21 15:17:16.763 32525 32550 I Unity :
01-21 15:17:16.763 32525 32550 I Unity :
01-21 15:17:16.763 32525 32550 I Unity : from: AI3 to: AI3 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:16.763 32525 32550 I Unity :
01-21 15:17:16.763 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.763 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.763 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.763 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.763 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.763 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:16.763 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:16.763 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Propert
01-21 15:17:16.764 32525 32550 I Unity :
01-21 15:17:16.764 32525 32550 I Unity :
01-21 15:17:16.764 32525 32550 I Unity : toProp: 2 : => member name: onOthersCardMove : => source line number: 732
01-21 15:17:16.764 32525 32550 I Unity :
01-21 15:17:16.764 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.764 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.764 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.764 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.764 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:732)
01-21 15:17:16.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:16.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properties, Pro
01-21 15:17:16.768 32525 32550 I Unity :
01-21 15:17:16.768 32525 32550 I Unity :
01-21 15:17:16.768 32525 32550 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:16.768 32525 32550 I Unity :
01-21 15:17:16.768 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.768 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.768 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.768 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.768 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.768 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:16.768 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:16.768 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:16.770 32525 32550 I Unity :
01-21 15:17:16.770 32525 32550 I Unity :
01-21 15:17:16.770 32525 32550 I Unity : onUpdatesHandsPlayedToView 2 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:16.770 32525 32550 I Unity :
01-21 15:17:16.770 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.770 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.770 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.770 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.770 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.770 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:16.770 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:16.770 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:16.772 32525 32550 I Unity :
01-21 15:17:16.772 32525 32550 I Unity :
01-21 15:17:16.772 32525 32550 I Unity : AI3 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:16.772 32525 32550 I Unity :
01-21 15:17:16.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.772 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.772 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.772 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:16.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:16.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Prope
01-21 15:17:16.774 32525 32550 I Unity :
01-21 15:17:16.774 32525 32550 I Unity :
01-21 15:17:16.774 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:16.774 32525 32550 I Unity :
01-21 15:17:16.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.774 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.774 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.774 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.774 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:16.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:16.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:o
01-21 15:17:16.776 32525 32550 I Unity :
01-21 15:17:16.776 32525 32550 I Unity :
01-21 15:17:16.776 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:16.776 32525 32550 I Unity :
01-21 15:17:16.776 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.776 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.776 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.776 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.776 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.776 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:16.776 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:16.776 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:16.777 32525 32550 I Unity :
01-21 15:17:16.777 32525 32550 I Unity :
01-21 15:17:16.777 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile PROPERTY_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:16.777 32525 32550 I Unity :
01-21 15:17:16.777 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.777 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.777 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.777 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.777 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.777 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:16.777 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealContr
01-21 15:17:16.779 32525 32550 I Unity :
01-21 15:17:16.779 32525 32550 I Unity :
01-21 15:17:16.779 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:16.779 32525 32550 I Unity :
01-21 15:17:16.779 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.779 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.779 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.779 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.779 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.779 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:16.779 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:16.779 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:16.781 32525 32550 I Unity :
01-21 15:17:16.781 32525 32550 I Unity :
01-21 15:17:16.781 32525 32550 I Unity : onOppntPlayerCardMoveEventToView moving to PROPERTY_PILE cardsMoved.Count 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 724
01-21 15:17:16.781 32525 32550 I Unity :
01-21 15:17:16.781 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.781 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.781 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.781 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.781 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.781 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:724)
01-21 15:17:16.781 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:8
01-21 15:17:16.784 32525 32550 I Unity :
01-21 15:17:16.784 32525 32550 I Unity :
01-21 15:17:16.784 32525 32550 I Unity : Card to spawn type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 732
01-21 15:17:16.784 32525 32550 I Unity :
01-21 15:17:16.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.784 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.784 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.784 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:732)
01-21 15:17:16.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDea
01-21 15:17:16.787 32525 32550 I Unity :
01-21 15:17:16.787 32525 32550 I Unity :
01-21 15:17:16.787 32525 32550 I Unity : PROPERTY_PILE toPlayer.isLocalPlayer? False from PROPERTY_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 743
01-21 15:17:16.787 32525 32550 I Unity :
01-21 15:17:16.787 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.787 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.787 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.787 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.787 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.787 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:743)
01-21 15:17:16.787 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:16.789 32525 32550 I Unity :
01-21 15:17:16.789 32525 32550 I Unity :
01-21 15:17:16.789 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile name: AI3 id: 3 seat: 3 type: OPPONENT isAi: True anchoredPosition (0.0, 0.0) : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1278
01-21 15:17:16.789 32525 32550 I Unity :
01-21 15:17:16.789 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.789 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.789 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.789 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.789 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.789 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1278)
01-21 15:17:16.789 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Control
01-21 15:17:16.791 32525 32550 I Unity :
01-21 15:17:16.791 32525 32550 I Unity :
01-21 15:17:16.791 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:16.791 32525 32550 I Unity :
01-21 15:17:16.791 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.791 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.791 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.791 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.791 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.791 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:16.791 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1282)
01-21 15:17:16.791 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNI
01-21 15:17:16.793 32525 32550 I Unity :
01-21 15:17:16.793 32525 32550 I Unity :
01-21 15:17:16.793 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile fromPlayerPropertieskey: 2 toPropertieskey: 2 Card: type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232 _uiProperties.Count: 1 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1286
01-21 15:17:16.793 32525 32550 I Unity :
01-21 15:17:16.793 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.793 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.793 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.793 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.793 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.793 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1286)
01-21 15:17:16.793 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Dev
01-21 15:17:16.795 32525 32550 I Unity :
01-21 15:17:16.795 32525 32550 I Unity :
01-21 15:17:16.795 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile found property? 2 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1290
01-21 15:17:16.795 32525 32550 I Unity :
01-21 15:17:16.795 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.795 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.795 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.795 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.795 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.795 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1290)
01-21 15:17:16.795 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:750)
01-21 15:17:16.795 32525 32550 I Unity : IJDV.MonopolyDeal.C
01-21 15:17:16.797 32525 32550 I Unity :
01-21 15:17:16.797 32525 32550 I Unity :
01-21 15:17:16.797 32525 32550 I Unity : OnMoveCardToPropertyPile found existing prop group 2 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1298
01-21 15:17:16.797 32525 32550 I Unity :
01-21 15:17:16.797 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.797 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.797 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.797 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.797 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.797 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1298)
01-21 15:17:16.797 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:750)
01-21 15:17:16.797 32525 32550 I Unity : IJDV.MonopolyDeal.
01-21 15:17:16.799 32525 32550 I Unity :
01-21 15:17:16.799 32525 32550 I Unity :
01-21 15:17:16.799 32525 32550 I Unity : AddCard type: PROPERTY_WILD_CARD action: NONE uid: 64 money: 0 isPureWild: True colors: 1 Hash -873135232 key 2 : => member name: AddCard : => source line number: 96
01-21 15:17:16.799 32525 32550 I Unity :
01-21 15:17:16.799 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.799 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.799 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.799 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.799 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.799 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:AddCard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:96)
01-21 15:17:16.799 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1299)
01-21 15:17:16.799 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOppon
01-21 15:17:16.801 32525 32550 I Unity :
01-21 15:17:16.801 32525 32550 I Unity :
01-21 15:17:16.801 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash 1628208640 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:16.801 32525 32550 I Unity :
01-21 15:17:16.801 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.801 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.801 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.801 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.801 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.801 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:16.801 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1319)
01-21 15:17:16.801 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.
01-21 15:17:16.802 32525 32550 I Unity :
01-21 15:17:16.802 32525 32550 I Unity :
01-21 15:17:16.802 32525 32550 I Unity : allSteps.Count: 0 isPlayed: True canPlay: True : => member name: play : => source line number: 184
01-21 15:17:16.802 32525 32550 I Unity :
01-21 15:17:16.802 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.802 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.802 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.802 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.802 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.802 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:16.802 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.802 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:16.806 32525 32550 I Unity :
01-21 15:17:16.806 32525 32550 I Unity :
01-21 15:17:16.806 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:16.806 32525 32550 I Unity :
01-21 15:17:16.806 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.806 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.806 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.806 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.806 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.806 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:16.806 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.806 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:16.807 32525 32550 I Unity :
01-21 15:17:16.807 32525 32550 I Unity :
01-21 15:17:16.807 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:16.807 32525 32550 I Unity :
01-21 15:17:16.807 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:16.807 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:16.807 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:16.807 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:16.807 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:16.807 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:16.807 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:16.807 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:18.703 32525 32550 I Unity :
01-21 15:17:18.703 32525 32550 I Unity :
01-21 15:17:18.703 32525 32550 I Unity : AI onMoveComplete: player: AI3 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:18.703 32525 32550 I Unity :
01-21 15:17:18.703 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.703 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.703 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.703 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.703 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.703 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:18.703 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:18.703 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:18.705 32525 32550 I Unity :
01-21 15:17:18.705 32525 32550 I Unity :
01-21 15:17:18.705 32525 32550 I Unity : AI Play: player: AI3 : => member name: play : => source line number: 60
01-21 15:17:18.705 32525 32550 I Unity :
01-21 15:17:18.705 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.705 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.705 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.705 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.705 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.705 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:18.705 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.705 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:18.707 32525 32550 I Unity :
01-21 15:17:18.707 32525 32550 I Unity :
01-21 15:17:18.707 32525 32550 I Unity : Can play: True : => member name: play : => source line number: 61
01-21 15:17:18.707 32525 32550 I Unity :
01-21 15:17:18.707 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.707 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.707 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.707 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.707 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.707 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:18.707 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.707 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:18.709 32525 32550 I Unity :
01-21 15:17:18.709 32525 32550 I Unity :
01-21 15:17:18.709 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:18.709 32525 32550 I Unity :
01-21 15:17:18.709 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.709 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.709 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.709 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.709 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.709 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:18.709 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.709 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:18.712 32525 32550 I Unity :
01-21 15:17:18.712 32525 32550 I Unity :
01-21 15:17:18.712 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:18.712 32525 32550 I Unity :
01-21 15:17:18.712 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.712 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.712 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.712 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.712 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:18.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:18.714 32525 32550 I Unity :
01-21 15:17:18.714 32525 32550 I Unity :
01-21 15:17:18.714 32525 32550 I Unity : Ai move: PLAY_PASS_GO : => member name: play : => source line number: 80
01-21 15:17:18.714 32525 32550 I Unity :
01-21 15:17:18.714 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.714 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.714 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.714 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.714 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:18.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UN
01-21 15:17:18.717 32525 32550 I Unity :
01-21 15:17:18.717 32525 32550 I Unity :
01-21 15:17:18.717 32525 32550 I Unity : allSteps.Count: 3 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:18.717 32525 32550 I Unity :
01-21 15:17:18.717 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.717 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.717 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.717 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.717 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:18.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:18.719 32525 32550 I Unity :
01-21 15:17:18.719 32525 32550 I Unity :
01-21 15:17:18.719 32525 32550 I Unity : Ai move: PLAY_BANK_CARDS : => member name: play : => source line number: 80
01-21 15:17:18.719 32525 32550 I Unity :
01-21 15:17:18.719 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.719 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.719 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.719 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.719 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.719 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:18.719 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.719 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development
01-21 15:17:18.721 32525 32550 I Unity :
01-21 15:17:18.721 32525 32550 I Unity :
01-21 15:17:18.721 32525 32550 I Unity : allSteps.Count: 2 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:18.721 32525 32550 I Unity :
01-21 15:17:18.721 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.721 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.721 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.721 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.721 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.721 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:18.721 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.721 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:18.724 32525 32550 I Unity :
01-21 15:17:18.724 32525 32550 I Unity :
01-21 15:17:18.724 32525 32550 I Unity : Ai move: PLAY_ACTION_CARDS : => member name: play : => source line number: 80
01-21 15:17:18.724 32525 32550 I Unity :
01-21 15:17:18.724 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.724 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.724 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.724 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.724 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:18.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.724 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Developme
01-21 15:17:18.726 32525 32550 I Unity :
01-21 15:17:18.726 32525 32550 I Unity :
01-21 15:17:18.726 32525 32550 I Unity : allSteps.Count: 1 isPlayed: False canPlay: True : => member name: play : => source line number: 184
01-21 15:17:18.726 32525 32550 I Unity :
01-21 15:17:18.726 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.726 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.726 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.726 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.726 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:18.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.726 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:18.728 32525 32550 I Unity :
01-21 15:17:18.728 32525 32550 I Unity :
01-21 15:17:18.728 32525 32550 I Unity : Ai move: PLAY_PROPERTY_CARDS : => member name: play : => source line number: 80
01-21 15:17:18.728 32525 32550 I Unity :
01-21 15:17:18.728 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.728 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.728 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.728 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.728 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.728 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:80)
01-21 15:17:18.728 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.728 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:18.730 32525 32550 I Unity :
01-21 15:17:18.730 32525 32550 I Unity :
01-21 15:17:18.730 32525 32550 I Unity : pureWildPropertyCards: 0 player: AI3 : => member name: groupProperties : => source line number: 1985
01-21 15:17:18.730 32525 32550 I Unity :
01-21 15:17:18.730 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.730 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.730 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.730 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.730 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.730 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1985)
01-21 15:17:18.730 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:18.730 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (a
01-21 15:17:18.733 32525 32550 I Unity :
01-21 15:17:18.733 32525 32550 I Unity :
01-21 15:17:18.733 32525 32550 I Unity : checkAndAddCardsToExistingProps: hands: 1 : => member name: checkAndAddCardsToExistingProps : => source line number: 1799
01-21 15:17:18.733 32525 32550 I Unity :
01-21 15:17:18.733 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.733 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.733 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.733 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.733 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.733 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1799)
01-21 15:17:18.733 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:18.733 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrate
01-21 15:17:18.736 32525 32550 I Unity :
01-21 15:17:18.736 32525 32550 I Unity :
01-21 15:17:18.736 32525 32550 I Unity : checkAndAddCardsToExistingProps: checking with propertycards cards... : => member name: checkAndAddCardsToExistingProps : => source line number: 1816
01-21 15:17:18.736 32525 32550 I Unity :
01-21 15:17:18.736 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.736 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.736 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.736 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.736 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.736 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1816)
01-21 15:17:18.736 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:18.736 32525 32550 I Unity : IJDV.MonopolyDeal.Co
01-21 15:17:18.739 32525 32550 I Unity :
01-21 15:17:18.739 32525 32550 I Unity :
01-21 15:17:18.739 32525 32550 I Unity : checkAndAddCardsToExistingProps: checking with property wild cards cards... : => member name: checkAndAddCardsToExistingProps : => source line number: 1840
01-21 15:17:18.739 32525 32550 I Unity :
01-21 15:17:18.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.739 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.739 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.739 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.739 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:checkAndAddCardsToExistingProps(List`1, List`1, List`1, Properties&, Card, Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1840)
01-21 15:17:18.739 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1988)
01-21 15:17:18.739 32525 32550 I Unity : IJDV.MonopolyD
01-21 15:17:18.741 32525 32550 I Unity :
01-21 15:17:18.741 32525 32550 I Unity :
01-21 15:17:18.741 32525 32550 I Unity : CardsAddedToExistingProps: 0 : => member name: groupProperties : => source line number: 1994
01-21 15:17:18.741 32525 32550 I Unity :
01-21 15:17:18.741 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.741 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.741 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.741 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.741 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.741 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:1994)
01-21 15:17:18.741 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:18.741 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volum
01-21 15:17:18.743 32525 32550 I Unity :
01-21 15:17:18.743 32525 32550 I Unity :
01-21 15:17:18.743 32525 32550 I Unity : primaryColorGrp count: 1 : => member name: groupProperties : => source line number: 2007
01-21 15:17:18.743 32525 32550 I Unity :
01-21 15:17:18.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.743 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.743 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.743 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.743 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2007)
01-21 15:17:18.743 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:18.743 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/D
01-21 15:17:18.745 32525 32550 I Unity :
01-21 15:17:18.745 32525 32550 I Unity :
01-21 15:17:18.745 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 63 money: 1 isPureWild: False colors: 2 Hash 1453669888 : => member name: groupProperties : => source line number: 2017
01-21 15:17:18.745 32525 32550 I Unity :
01-21 15:17:18.745 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.745 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.745 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.745 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.745 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.745 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:18.745 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:18.745 32525 32550 I Unity : IJDV.Mon
01-21 15:17:18.748 32525 32550 I Unity :
01-21 15:17:18.748 32525 32550 I Unity :
01-21 15:17:18.748 32525 32550 I Unity : type: PROPERTY_WILD_CARD action: NONE uid: 68 money: 4 isPureWild: False colors: 2 Hash -1590421120 : => member name: groupProperties : => source line number: 2017
01-21 15:17:18.748 32525 32550 I Unity :
01-21 15:17:18.748 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.748 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.748 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.748 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.748 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.748 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2017)
01-21 15:17:18.748 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:30)
01-21 15:17:18.748 32525 32550 I Unity : IJDV.Mo
01-21 15:17:18.750 32525 32550 I Unity :
01-21 15:17:18.750 32525 32550 I Unity :
01-21 15:17:18.750 32525 32550 I Unity : property cards in hand: 3 : => member name: groupPropertiesEx : => source line number: 2077
01-21 15:17:18.750 32525 32550 I Unity :
01-21 15:17:18.750 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.750 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.750 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.750 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.750 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.750 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2077)
01-21 15:17:18.750 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.750 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /
01-21 15:17:18.752 32525 32550 I Unity :
01-21 15:17:18.752 32525 32550 I Unity :
01-21 15:17:18.752 32525 32550 I Unity : hands remaining: 1 : => member name: groupPropertiesEx : => source line number: 2078
01-21 15:17:18.752 32525 32550 I Unity :
01-21 15:17:18.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.752 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.752 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.752 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.752 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2078)
01-21 15:17:18.752 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.752 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes
01-21 15:17:18.754 32525 32550 I Unity :
01-21 15:17:18.754 32525 32550 I Unity :
01-21 15:17:18.754 32525 32550 I Unity : Color group: #274EA1 : => member name: groupPropertiesEx : => source line number: 2091
01-21 15:17:18.754 32525 32550 I Unity :
01-21 15:17:18.754 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.754 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.754 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.754 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.754 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.754 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2091)
01-21 15:17:18.754 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.754 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volum
01-21 15:17:18.756 32525 32550 I Unity :
01-21 15:17:18.756 32525 32550 I Unity :
01-21 15:17:18.756 32525 32550 I Unity : cardsToAdd 1 : => member name: groupPropertiesEx : => source line number: 2092
01-21 15:17:18.756 32525 32550 I Unity :
01-21 15:17:18.756 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.756 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.756 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.756 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.756 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.756 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2092)
01-21 15:17:18.756 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.756 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/Devel
01-21 15:17:18.758 32525 32550 I Unity :
01-21 15:17:18.758 32525 32550 I Unity :
01-21 15:17:18.758 32525 32550 I Unity : Color group: True : => member name: groupPropertiesEx : => source line number: 2095
01-21 15:17:18.758 32525 32550 I Unity :
01-21 15:17:18.758 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.758 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.758 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.758 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.758 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.758 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2095)
01-21 15:17:18.758 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.758 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volumes/
01-21 15:17:18.760 32525 32550 I Unity :
01-21 15:17:18.760 32525 32550 I Unity :
01-21 15:17:18.760 32525 32550 I Unity : PrimaryColor: #274EA1 key: 37 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:18.760 32525 32550 I Unity :
01-21 15:17:18.760 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.760 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.760 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.760 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.760 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.760 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:18.760 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:18.760 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Mono
01-21 15:17:18.762 32525 32550 I Unity :
01-21 15:17:18.762 32525 32550 I Unity :
01-21 15:17:18.762 32525 32550 I Unity : Total Properties: 1 : => member name: groupPropertiesEx : => source line number: 2119
01-21 15:17:18.762 32525 32550 I Unity :
01-21 15:17:18.762 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.762 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.762 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.762 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.762 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.762 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupPropertiesEx(List`1, ObscuredInt, Properties&) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2119)
01-21 15:17:18.762 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:groupProperties(Properties&, Int32, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2040)
01-21 15:17:18.762 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:putPropertiesToCollection(MonoPlayer, Properties&) (at /Volume
01-21 15:17:18.764 32525 32550 I Unity :
01-21 15:17:18.764 32525 32550 I Unity :
01-21 15:17:18.764 32525 32550 I Unity : AI PROPERTY CARDS : => member name: play : => source line number: 120
01-21 15:17:18.764 32525 32550 I Unity :
01-21 15:17:18.764 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.764 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.764 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.764 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.764 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:120)
01-21 15:17:18.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.764 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNIT
01-21 15:17:18.765 32525 32550 I Unity :
01-21 15:17:18.765 32525 32550 I Unity :
01-21 15:17:18.765 32525 32550 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-21 15:17:18.765 32525 32550 I Unity :
01-21 15:17:18.765 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.765 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.765 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.765 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.765 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.765 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:701)
01-21 15:17:18.765 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:18.765 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properti
01-21 15:17:18.767 32525 32550 I Unity :
01-21 15:17:18.767 32525 32550 I Unity :
01-21 15:17:18.767 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:18.767 32525 32550 I Unity : From: AI3
01-21 15:17:18.767 32525 32550 I Unity : To: AI3
01-21 15:17:18.767 32525 32550 I Unity : ToPile: PROPERTY_PILE
01-21 15:17:18.767 32525 32550 I Unity : Properties:
01-21 15:17:18.767 32525 32550 I Unity : isValidMv: True
01-21 15:17:18.767 32525 32550 I Unity : CardsMoved
01-21 15:17:18.767 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864
01-21 15:17:18.767 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-21 15:17:18.767 32525 32550 I Unity :
01-21 15:17:18.767 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.767 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.767 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.767 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.767 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.767 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:703)
01-21 15:17:18.767 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Devel
01-21 15:17:18.769 32525 32550 I Unity :
01-21 15:17:18.769 32525 32550 I Unity :
01-21 15:17:18.769 32525 32550 I Unity : from: AI3 to: AI3 : => member name: onOthersCardMove : => source line number: 709
01-21 15:17:18.769 32525 32550 I Unity :
01-21 15:17:18.769 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.769 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.769 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.769 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.769 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.769 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:709)
01-21 15:17:18.769 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:18.769 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Propert
01-21 15:17:18.771 32525 32550 I Unity :
01-21 15:17:18.771 32525 32550 I Unity :
01-21 15:17:18.771 32525 32550 I Unity : toProp: : => member name: onOthersCardMove : => source line number: 732
01-21 15:17:18.771 32525 32550 I Unity :
01-21 15:17:18.771 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.771 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.771 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.771 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.771 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.771 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:732)
01-21 15:17:18.771 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:18.771 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Properties, Prop
01-21 15:17:18.773 32525 32550 I Unity :
01-21 15:17:18.773 32525 32550 I Unity :
01-21 15:17:18.773 32525 32550 I Unity : Adding new property : => member name: addNewProperty : => source line number: 536
01-21 15:17:18.773 32525 32550 I Unity :
01-21 15:17:18.773 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.773 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.773 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.773 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.773 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.773 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:536)
01-21 15:17:18.773 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:741)
01-21 15:17:18.773 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopol
01-21 15:17:18.777 32525 32550 I Unity :
01-21 15:17:18.777 32525 32550 I Unity :
01-21 15:17:18.777 32525 32550 I Unity : PrimaryColor: #274EA1 key: 3 : => member name: updatePrimayColorAndKey : => source line number: 232
01-21 15:17:18.777 32525 32550 I Unity :
01-21 15:17:18.777 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.777 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.777 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.777 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.777 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.777 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:updatePrimayColorAndKey() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:232)
01-21 15:17:18.777 32525 32550 I Unity : IJDV.MonopolyDeal.Model.Properties:addProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/Properties.cs:204)
01-21 15:17:18.777 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addNewProperty(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Monopol
01-21 15:17:18.781 32525 32550 I Unity :
01-21 15:17:18.781 32525 32550 I Unity :
01-21 15:17:18.781 32525 32550 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:18.781 32525 32550 I Unity :
01-21 15:17:18.781 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.781 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.781 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.781 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.781 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.781 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:18.781 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:18.781 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves
01-21 15:17:18.784 32525 32550 I Unity :
01-21 15:17:18.784 32525 32550 I Unity :
01-21 15:17:18.784 32525 32550 I Unity : onUpdatesHandsPlayedToView 3 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:18.784 32525 32550 I Unity :
01-21 15:17:18.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.784 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.784 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.784 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:18.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:768)
01-21 15:17:18.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAi
01-21 15:17:18.785 32525 32550 I Unity :
01-21 15:17:18.785 32525 32550 I Unity :
01-21 15:17:18.785 32525 32550 I Unity : AI3 card removed... : => member name: onOthersCardMove : => source line number: 771
01-21 15:17:18.785 32525 32550 I Unity :
01-21 15:17:18.785 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.785 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.785 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.785 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.785 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.785 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:771)
01-21 15:17:18.785 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:888)
01-21 15:17:18.785 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToPropertyPile(MonoPlayer, MonoPlayer, List`1, Prope
01-21 15:17:18.787 32525 32550 I Unity :
01-21 15:17:18.787 32525 32550 I Unity :
01-21 15:17:18.787 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:18.787 32525 32550 I Unity :
01-21 15:17:18.787 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.787 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.787 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.787 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.787 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.787 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:18.787 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:772)
01-21 15:17:18.787 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiM
01-21 15:17:18.789 32525 32550 I Unity :
01-21 15:17:18.789 32525 32550 I Unity :
01-21 15:17:18.789 32525 32550 I Unity : onAiCardMoveComplete: canContinue: True : => member name: onAiCardMoveComplete : => source line number: 920
01-21 15:17:18.789 32525 32550 I Unity :
01-21 15:17:18.789 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.789 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.789 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.789 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.789 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.789 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiCardMoveComplete(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:920)
01-21 15:17:18.789 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:778)
01-21 15:17:18.789 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at
01-21 15:17:18.791 32525 32550 I Unity :
01-21 15:17:18.791 32525 32550 I Unity :
01-21 15:17:18.791 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile PROPERTY_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:18.791 32525 32550 I Unity :
01-21 15:17:18.791 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.791 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.791 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.791 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.791 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.791 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:18.791 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealContr
01-21 15:17:18.793 32525 32550 I Unity :
01-21 15:17:18.793 32525 32550 I Unity :
01-21 15:17:18.793 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:18.793 32525 32550 I Unity :
01-21 15:17:18.793 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.793 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.793 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.793 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.793 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.793 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:18.793 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:889)
01-21 15:17:18.793 32525 32550 I Unity : IJDV.Monopol
01-21 15:17:18.795 32525 32550 I Unity :
01-21 15:17:18.795 32525 32550 I Unity :
01-21 15:17:18.795 32525 32550 I Unity : onOppntPlayerCardMoveEventToView moving to PROPERTY_PILE cardsMoved.Count 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 724
01-21 15:17:18.795 32525 32550 I Unity :
01-21 15:17:18.795 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.795 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.795 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.795 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.795 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.795 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:724)
01-21 15:17:18.795 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:8
01-21 15:17:18.798 32525 32550 I Unity :
01-21 15:17:18.798 32525 32550 I Unity :
01-21 15:17:18.798 32525 32550 I Unity : Card to spawn type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 732
01-21 15:17:18.798 32525 32550 I Unity :
01-21 15:17:18.798 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.798 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.798 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.798 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.798 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.798 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:732)
01-21 15:17:18.798 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Co
01-21 15:17:18.800 32525 32550 I Unity :
01-21 15:17:18.800 32525 32550 I Unity :
01-21 15:17:18.800 32525 32550 I Unity : PROPERTY_PILE toPlayer.isLocalPlayer? False from PROPERTY_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 743
01-21 15:17:18.800 32525 32550 I Unity :
01-21 15:17:18.800 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.800 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.800 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.800 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.800 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.800 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:743)
01-21 15:17:18.800 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAiMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealControlle
01-21 15:17:18.802 32525 32550 I Unity :
01-21 15:17:18.802 32525 32550 I Unity :
01-21 15:17:18.802 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile name: AI3 id: 3 seat: 3 type: OPPONENT isAi: True anchoredPosition (0.0, 0.0) : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1278
01-21 15:17:18.802 32525 32550 I Unity :
01-21 15:17:18.802 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.802 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.802 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.802 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.802 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.802 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1278)
01-21 15:17:18.802 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Control
01-21 15:17:18.804 32525 32550 I Unity :
01-21 15:17:18.804 32525 32550 I Unity :
01-21 15:17:18.804 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:18.804 32525 32550 I Unity :
01-21 15:17:18.804 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.804 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.804 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.804 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.804 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.804 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:18.804 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1282)
01-21 15:17:18.804 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNI
01-21 15:17:18.806 32525 32550 I Unity :
01-21 15:17:18.806 32525 32550 I Unity :
01-21 15:17:18.806 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile fromPlayerPropertieskey: toPropertieskey: Card: type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864 _uiProperties.Count: 1 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1286
01-21 15:17:18.806 32525 32550 I Unity :
01-21 15:17:18.806 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.806 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.806 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.806 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.806 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.806 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1286)
01-21 15:17:18.806 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Developme
01-21 15:17:18.808 32525 32550 I Unity :
01-21 15:17:18.808 32525 32550 I Unity :
01-21 15:17:18.808 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile found property? 3 : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1290
01-21 15:17:18.808 32525 32550 I Unity :
01-21 15:17:18.808 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.808 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.808 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.808 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.808 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.808 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1290)
01-21 15:17:18.808 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:750)
01-21 15:17:18.808 32525 32550 I Unity : IJDV.MonopolyDeal.C
01-21 15:17:18.810 32525 32550 I Unity :
01-21 15:17:18.810 32525 32550 I Unity :
01-21 15:17:18.810 32525 32550 I Unity : OnOppPlayerMoveCardToPropertyPile not found existing prop group. Creating new one : => member name: OnOppPlayerMoveCardToPropertyPile : => source line number: 1303
01-21 15:17:18.810 32525 32550 I Unity :
01-21 15:17:18.810 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.810 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.810 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.810 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.810 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.810 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1303)
01-21 15:17:18.810 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewControll
01-21 15:17:18.812 32525 32550 I Unity :
01-21 15:17:18.812 32525 32550 I Unity :
01-21 15:17:18.812 32525 32550 I Unity : AddCard type: PROPERTY_CARD action: NONE uid: 37 money: 4 isPureWild: False colors: 1 Hash 1821060864 key 3 : => member name: AddCard : => source line number: 96
01-21 15:17:18.812 32525 32550 I Unity :
01-21 15:17:18.812 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.812 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.812 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.812 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.812 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.812 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:AddCard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:96)
01-21 15:17:18.812 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1312)
01-21 15:17:18.812 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentP
01-21 15:17:18.814 32525 32550 I Unity :
01-21 15:17:18.814 32525 32550 I Unity :
01-21 15:17:18.814 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash -1970742272 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:18.814 32525 32550 I Unity :
01-21 15:17:18.814 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.814 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.814 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.814 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.814 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.814 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:18.814 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToPropertyPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1319)
01-21 15:17:18.814 32525 32550 I Unity : IJDV.MonopolyDeal.Controller
01-21 15:17:18.816 32525 32550 I Unity :
01-21 15:17:18.816 32525 32550 I Unity :
01-21 15:17:18.816 32525 32550 I Unity : allSteps.Count: 0 isPlayed: True canPlay: False : => member name: play : => source line number: 184
01-21 15:17:18.816 32525 32550 I Unity :
01-21 15:17:18.816 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.816 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.816 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.816 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.816 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.816 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:184)
01-21 15:17:18.816 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.816 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1()
01-21 15:17:18.817 32525 32550 I Unity :
01-21 15:17:18.817 32525 32550 I Unity :
01-21 15:17:18.817 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:18.817 32525 32550 I Unity :
01-21 15:17:18.817 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.817 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.817 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.817 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.817 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.817 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:18.817 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.817 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:18.820 32525 32550 I Unity :
01-21 15:17:18.820 32525 32550 I Unity :
01-21 15:17:18.820 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:18.820 32525 32550 I Unity :
01-21 15:17:18.820 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:18.820 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:18.820 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:18.820 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:18.820 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:18.820 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:18.820 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:18.820 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:19.703 32525 32550 I Unity :
01-21 15:17:19.703 32525 32550 I Unity :
01-21 15:17:19.703 32525 32550 I Unity : AI onMoveComplete: player: AI3 : => member name: onMoveComplete : => source line number: 214
01-21 15:17:19.703 32525 32550 I Unity :
01-21 15:17:19.703 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.703 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.703 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.703 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.703 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.703 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:214)
01-21 15:17:19.703 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:938)
01-21 15:17:19.703 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/Mono
01-21 15:17:19.706 32525 32550 I Unity :
01-21 15:17:19.706 32525 32550 I Unity :
01-21 15:17:19.706 32525 32550 I Unity : AI Play: player: AI3 : => member name: play : => source line number: 60
01-21 15:17:19.706 32525 32550 I Unity :
01-21 15:17:19.706 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.706 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.706 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.706 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.706 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.706 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:60)
01-21 15:17:19.706 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.706 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNI
01-21 15:17:19.712 32525 32550 I Unity :
01-21 15:17:19.712 32525 32550 I Unity :
01-21 15:17:19.712 32525 32550 I Unity : Can play: False : => member name: play : => source line number: 61
01-21 15:17:19.712 32525 32550 I Unity :
01-21 15:17:19.712 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.712 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.712 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.712 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.712 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:61)
01-21 15:17:19.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.712 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wo
01-21 15:17:19.714 32525 32550 I Unity :
01-21 15:17:19.714 32525 32550 I Unity :
01-21 15:17:19.714 32525 32550 I Unity : =========================== : => member name: play : => source line number: 66
01-21 15:17:19.714 32525 32550 I Unity :
01-21 15:17:19.714 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.714 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.714 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.714 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.714 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:66)
01-21 15:17:19.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.714 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develop
01-21 15:17:19.717 32525 32550 I Unity :
01-21 15:17:19.717 32525 32550 I Unity :
01-21 15:17:19.717 32525 32550 I Unity : allSteps: 4 : => member name: play : => source line number: 71
01-21 15:17:19.717 32525 32550 I Unity :
01-21 15:17:19.717 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.717 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.717 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.717 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.717 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:71)
01-21 15:17:19.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.717 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Works/
01-21 15:17:19.722 32525 32550 I Unity :
01-21 15:17:19.722 32525 32550 I Unity :
01-21 15:17:19.722 32525 32550 I Unity : =========================== : => member name: play : => source line number: 188
01-21 15:17:19.722 32525 32550 I Unity :
01-21 15:17:19.722 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.722 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.722 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.722 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.722 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:188)
01-21 15:17:19.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.722 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Develo
01-21 15:17:19.729 32525 32550 I Unity :
01-21 15:17:19.729 32525 32550 I Unity :
01-21 15:17:19.729 32525 32550 I Unity : AI to PASS turn : => member name: play : => source line number: 202
01-21 15:17:19.729 32525 32550 I Unity :
01-21 15:17:19.729 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.729 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.729 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.729 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.729 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.729 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:202)
01-21 15:17:19.729 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.729 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_
01-21 15:17:19.730 32525 32550 I Unity :
01-21 15:17:19.730 32525 32550 I Unity :
01-21 15:17:19.730 32525 32550 I Unity : On PASS from AI3 : => member name: onLocalPlayerPassFromView : => source line number: 1577
01-21 15:17:19.730 32525 32550 I Unity :
01-21 15:17:19.730 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.730 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.730 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.730 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.730 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.730 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1577)
01-21 15:17:19.730 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:203)
01-21 15:17:19.730 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at
01-21 15:17:19.733 32525 32550 I Unity :
01-21 15:17:19.733 32525 32550 I Unity :
01-21 15:17:19.733 32525 32550 I Unity : End Trun isLocalPlayer? False id 3 : => member name: EndTurn : => source line number: 1186
01-21 15:17:19.733 32525 32550 I Unity :
01-21 15:17:19.733 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.733 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.733 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.733 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.733 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.733 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1186)
01-21 15:17:19.733 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1205)
01-21 15:17:19.733 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/S
01-21 15:17:19.735 32525 32550 I Unity :
01-21 15:17:19.735 32525 32550 I Unity :
01-21 15:17:19.735 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash 1628208640 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:19.735 32525 32550 I Unity :
01-21 15:17:19.735 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.735 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.735 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.735 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.735 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.735 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:19.735 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:431)
01-21 15:17:19.735 32525 32550 I Unity : IJ
01-21 15:17:19.738 32525 32550 I Unity :
01-21 15:17:19.738 32525 32550 I Unity :
01-21 15:17:19.738 32525 32550 I Unity : UIProperties ToggleInteractive False for UIOpponentPropertyPileOutline(Clone) mode None hash -1970742272 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:19.738 32525 32550 I Unity :
01-21 15:17:19.738 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.738 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.738 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.738 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.738 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.738 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:19.738 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:431)
01-21 15:17:19.738 32525 32550 I Unity : I
01-21 15:17:19.739 32525 32550 I Unity :
01-21 15:17:19.739 32525 32550 I Unity :
01-21 15:17:19.739 32525 32550 I Unity : UIView on set turn... 0 : => member name: onSetTurn : => source line number: 1782
01-21 15:17:19.739 32525 32550 I Unity :
01-21 15:17:19.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.739 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.739 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.739 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.739 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1782)
01-21 15:17:19.739 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:19.739 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/D
01-21 15:17:19.741 32525 32550 I Unity :
01-21 15:17:19.741 32525 32550 I Unity :
01-21 15:17:19.741 32525 32550 I Unity : SetTurn to 0 : => member name: SetTurn : => source line number: 656
01-21 15:17:19.741 32525 32550 I Unity :
01-21 15:17:19.741 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.741 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.741 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.741 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.741 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.741 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:656)
01-21 15:17:19.741 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1786)
01-21 15:17:19.741 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Script
01-21 15:17:19.743 32525 32550 I Unity :
01-21 15:17:19.743 32525 32550 I Unity :
01-21 15:17:19.743 32525 32550 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1716
01-21 15:17:19.743 32525 32550 I Unity :
01-21 15:17:19.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.743 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.743 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.743 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.743 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.743 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1716)
01-21 15:17:19.743 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:19.743 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/Monopo
01-21 15:17:19.745 32525 32550 I Unity :
01-21 15:17:19.745 32525 32550 I Unity :
01-21 15:17:19.745 32525 32550 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1723
01-21 15:17:19.745 32525 32550 I Unity :
01-21 15:17:19.745 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.745 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.745 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.745 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.745 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.745 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1723)
01-21 15:17:19.745 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:19.745 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/Mon
01-21 15:17:19.747 32525 32550 I Unity :
01-21 15:17:19.747 32525 32550 I Unity :
01-21 15:17:19.747 32525 32550 I Unity : deckPointer: 28 : => member name: dealCardsToPlayer : => source line number: 445
01-21 15:17:19.747 32525 32550 I Unity :
01-21 15:17:19.747 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.747 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.747 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.747 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.747 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.747 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:dealCardsToPlayer(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:445)
01-21 15:17:19.747 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1725)
01-21 15:17:19.747 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/
01-21 15:17:19.749 32525 32550 I Unity :
01-21 15:17:19.749 32525 32550 I Unity :
01-21 15:17:19.749 32525 32550 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1726
01-21 15:17:19.749 32525 32550 I Unity :
01-21 15:17:19.749 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.749 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.749 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.749 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.749 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.749 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1726)
01-21 15:17:19.749 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1012)
01-21 15:17:19.749 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/Mon
01-21 15:17:19.751 32525 32550 I Unity :
01-21 15:17:19.751 32525 32550 I Unity :
01-21 15:17:19.751 32525 32550 I Unity : ->...... onCardMoveEventToView _playerCurUIAction OPP_ASKING_MONEY_WITH_LOC_PLAYER from 0 to 0 toPile HAND_PILE total cards moved 2 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 500
01-21 15:17:19.751 32525 32550 I Unity :
01-21 15:17:19.751 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.751 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.751 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.751 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.751 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.751 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:500)
01-21 15:17:19.751 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:19.772 32525 32550 I Unity :
01-21 15:17:19.772 32525 32550 I Unity :
01-21 15:17:19.772 32525 32550 I Unity : setNextPlayerTurn: next: Swaaa : => member name: setNextPlayerTurn : => source line number: 1013
01-21 15:17:19.772 32525 32550 I Unity :
01-21 15:17:19.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.772 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.772 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.772 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setNextPlayerTurn() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1013)
01-21 15:17:19.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1598)
01-21 15:17:19.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Developm
01-21 15:17:19.774 32525 32550 I Unity :
01-21 15:17:19.774 32525 32550 I Unity :
01-21 15:17:19.774 32525 32550 I Unity : AI Play: END : => member name: play : => source line number: 207
01-21 15:17:19.774 32525 32550 I Unity :
01-21 15:17:19.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.774 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.774 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.774 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:play(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:207)
01-21 15:17:19.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoBegginnerStrategy:onMoveComplete(MonoPlayer, PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoBegginerStrategy.cs:223)
01-21 15:17:19.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass45_0:<onAiCardMoveComplete>b__1() (at /Volumes/Development/UNITY_Wor
01-21 15:17:19.831 32525 32550 I Unity :
01-21 15:17:19.831 32525 32550 I Unity :
01-21 15:17:19.831 32525 32550 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-21 15:17:19.831 32525 32550 I Unity :
01-21 15:17:19.831 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.831 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.831 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.831 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.831 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.831 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:483)
01-21 15:17:19.831 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:355)
01-21 15:17:19.831 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.
01-21 15:17:19.833 32525 32550 I Unity :
01-21 15:17:19.833 32525 32550 I Unity :
01-21 15:17:19.833 32525 32550 I Unity : ReArrangeLocalPlayerhand count 6 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-21 15:17:19.833 32525 32550 I Unity :
01-21 15:17:19.833 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:19.833 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:19.833 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:19.833 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:19.833 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:19.833 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:506)
01-21 15:17:19.833 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:355)
01-21 15:17:19.833 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/Extensi
01-21 15:17:20.230 32525 32550 I Unity :
01-21 15:17:20.230 32525 32550 I Unity :
01-21 15:17:20.230 32525 32550 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:20.230 32525 32550 I Unity :
01-21 15:17:20.230 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.230 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.230 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.230 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.230 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.230 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:20.230 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1187)
01-21 15:17:20.230 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fr
01-21 15:17:20.233 32525 32550 I Unity :
01-21 15:17:20.233 32525 32550 I Unity :
01-21 15:17:20.233 32525 32550 I Unity : UpdateRemainingActionsLabel 0 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:20.233 32525 32550 I Unity :
01-21 15:17:20.233 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.233 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.233 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.233 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.233 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.233 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:20.233 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:657)
01-21 15:17:20.233 32525 32550 I Unity : LeanTween:update() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Library/PackageCache/com.oss.leantween@36e5f888f7/Fram
01-21 15:17:20.739 32525 32550 I Unity :
01-21 15:17:20.739 32525 32550 I Unity :
01-21 15:17:20.739 32525 32550 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-21 15:17:20.739 32525 32550 I Unity :
01-21 15:17:20.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.739 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.739 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.739 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.739 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.739 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1792)
01-21 15:17:20.739 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:20.739 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Develop
01-21 15:17:20.742 32525 32550 I Unity :
01-21 15:17:20.742 32525 32550 I Unity :
01-21 15:17:20.742 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:20.742 32525 32550 I Unity : From: Swaaa
01-21 15:17:20.742 32525 32550 I Unity : To: Swaaa
01-21 15:17:20.742 32525 32550 I Unity : ToPile: HAND_PILE
01-21 15:17:20.742 32525 32550 I Unity : Properties:
01-21 15:17:20.742 32525 32550 I Unity : isValidMv: True
01-21 15:17:20.742 32525 32550 I Unity : CardsMoved
01-21 15:17:20.742 32525 32550 I Unity : type: RENT_CARD action: RENT uid: 84 money: 1 isPureWild: False colors: 2 Hash -841639680
01-21 15:17:20.742 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 35 money: 1 isPureWild: False colors: 1 Hash -2115263488
01-21 15:17:20.742 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1794
01-21 15:17:20.742 32525 32550 I Unity :
01-21 15:17:20.742 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.742 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.742 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.742 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.742 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.742 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoD
01-21 15:17:20.744 32525 32550 I Unity :
01-21 15:17:20.744 32525 32550 I Unity :
01-21 15:17:20.744 32525 32550 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1802
01-21 15:17:20.744 32525 32550 I Unity :
01-21 15:17:20.744 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.744 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.744 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.744 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.744 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.744 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1802)
01-21 15:17:20.744 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:20.744 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volum
01-21 15:17:20.747 32525 32550 I Unity :
01-21 15:17:20.747 32525 32550 I Unity :
01-21 15:17:20.747 32525 32550 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-21 15:17:20.747 32525 32550 I Unity : From: Swaaa
01-21 15:17:20.747 32525 32550 I Unity : To: Swaaa
01-21 15:17:20.747 32525 32550 I Unity : ToPile: HAND_PILE
01-21 15:17:20.747 32525 32550 I Unity : Properties:
01-21 15:17:20.747 32525 32550 I Unity : isValidMv: True
01-21 15:17:20.747 32525 32550 I Unity : CardsMoved
01-21 15:17:20.747 32525 32550 I Unity : type: RENT_CARD action: RENT uid: 84 money: 1 isPureWild: False colors: 2 Hash -841639680
01-21 15:17:20.747 32525 32550 I Unity : type: PROPERTY_CARD action: NONE uid: 35 money: 1 isPureWild: False colors: 1 Hash -2115263488
01-21 15:17:20.747 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-21 15:17:20.747 32525 32550 I Unity :
01-21 15:17:20.747 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.747 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.747 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.747 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.747 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.747 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealCo
01-21 15:17:20.749 32525 32550 I Unity :
01-21 15:17:20.749 32525 32550 I Unity :
01-21 15:17:20.749 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: Swaaa id: 0 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:20.749 32525 32550 I Unity :
01-21 15:17:20.749 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.749 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.749 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.749 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.749 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.749 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:20.749 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDea
01-21 15:17:20.752 32525 32550 I Unity :
01-21 15:17:20.752 32525 32550 I Unity :
01-21 15:17:20.752 32525 32550 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1939
01-21 15:17:20.752 32525 32550 I Unity :
01-21 15:17:20.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.752 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.752 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.752 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.752 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.752 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1939)
01-21 15:17:20.752 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1430)
01-21 15:17:20.752 32525 32550 I Unity : IJDV.Monopo
01-21 15:17:20.756 32525 32550 I Unity :
01-21 15:17:20.756 32525 32550 I Unity :
01-21 15:17:20.756 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:20.756 32525 32550 I Unity :
01-21 15:17:20.756 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.756 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.756 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.756 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.756 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.756 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:20.756 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:20.759 32525 32550 I Unity :
01-21 15:17:20.759 32525 32550 I Unity :
01-21 15:17:20.759 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:20.759 32525 32550 I Unity :
01-21 15:17:20.759 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.759 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.759 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.759 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.759 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.759 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:20.759 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:20.759 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSe
01-21 15:17:20.763 32525 32550 I Unity :
01-21 15:17:20.763 32525 32550 I Unity :
01-21 15:17:20.763 32525 32550 I Unity : i0 key 0 uiProp? False : => member name: GetUIProperties : => source line number: 1592
01-21 15:17:20.763 32525 32550 I Unity :
01-21 15:17:20.763 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.763 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.763 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.763 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.763 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.763 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetUIProperties(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1592)
01-21 15:17:20.763 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ClearTotalRentBadge() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1174)
01-21 15:17:20.763 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:20.767 32525 32550 I Unity :
01-21 15:17:20.767 32525 32550 I Unity :
01-21 15:17:20.767 32525 32550 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-21 15:17:20.767 32525 32550 I Unity :
01-21 15:17:20.767 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.767 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.767 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.767 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.767 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.767 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:483)
01-21 15:17:20.767 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1434)
01-21 15:17:20.767 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(Play
01-21 15:17:20.770 32525 32550 I Unity :
01-21 15:17:20.770 32525 32550 I Unity :
01-21 15:17:20.770 32525 32550 I Unity : ReArrangeLocalPlayerhand count 6 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-21 15:17:20.770 32525 32550 I Unity :
01-21 15:17:20.770 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.770 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.770 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.770 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.770 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.770 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:506)
01-21 15:17:20.770 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1434)
01-21 15:17:20.770 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardM
01-21 15:17:20.772 32525 32550 I Unity :
01-21 15:17:20.772 32525 32550 I Unity :
01-21 15:17:20.772 32525 32550 I Unity : _isWaitingForReqAck: False : => member name: onLocalCardMove : => source line number: 829
01-21 15:17:20.772 32525 32550 I Unity :
01-21 15:17:20.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.772 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.772 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.772 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.772 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:829)
01-21 15:17:20.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1806)
01-21 15:17:20.772 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b
01-21 15:17:20.774 32525 32550 I Unity :
01-21 15:17:20.774 32525 32550 I Unity :
01-21 15:17:20.774 32525 32550 I Unity : onSetTurnTimerEventToView 0 remTimeInSec -1 : => member name: onSetTurnTimerEventToView : => source line number: 788
01-21 15:17:20.774 32525 32550 I Unity :
01-21 15:17:20.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.774 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.774 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.774 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.774 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:788)
01-21 15:17:20.774 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1752)
01-21 15:17:20.774 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Vo
01-21 15:17:20.776 32525 32550 I Unity :
01-21 15:17:20.776 32525 32550 I Unity :
01-21 15:17:20.776 32525 32550 I Unity : ShowTurnTimer -1 isTurnTimerEnabled False isLocalPlayer True : => member name: ShowTurnTimer : => source line number: 664
01-21 15:17:20.776 32525 32550 I Unity :
01-21 15:17:20.776 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.776 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.776 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.776 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.776 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.776 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:664)
01-21 15:17:20.776 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:790)
01-21 15:17:20.776 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (
01-21 15:17:20.778 32525 32550 I Unity :
01-21 15:17:20.778 32525 32550 I Unity :
01-21 15:17:20.778 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:20.778 32525 32550 I Unity :
01-21 15:17:20.778 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.778 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.778 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.778 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.778 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.778 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:20.778 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:20.780 32525 32550 I Unity :
01-21 15:17:20.780 32525 32550 I Unity :
01-21 15:17:20.780 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:20.780 32525 32550 I Unity :
01-21 15:17:20.780 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.780 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.780 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.780 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.780 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.780 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:20.780 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:20.780 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at /Volumes/Develop
01-21 15:17:20.782 32525 32550 I Unity :
01-21 15:17:20.782 32525 32550 I Unity :
01-21 15:17:20.782 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: Swaaa id: 0 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:20.782 32525 32550 I Unity :
01-21 15:17:20.782 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.782 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.782 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.782 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.782 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.782 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:20.782 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Asset
01-21 15:17:20.784 32525 32550 I Unity :
01-21 15:17:20.784 32525 32550 I Unity :
01-21 15:17:20.784 32525 32550 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1939
01-21 15:17:20.784 32525 32550 I Unity :
01-21 15:17:20.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.784 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.784 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.784 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.784 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1939)
01-21 15:17:20.784 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1430)
01-21 15:17:20.784 32525 32550 I Unity : IJDV.Monopo
01-21 15:17:20.786 32525 32550 I Unity :
01-21 15:17:20.786 32525 32550 I Unity :
01-21 15:17:20.786 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:20.786 32525 32550 I Unity :
01-21 15:17:20.786 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.786 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.786 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.786 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.786 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.786 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:20.786 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:20.788 32525 32550 I Unity :
01-21 15:17:20.788 32525 32550 I Unity :
01-21 15:17:20.788 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:20.788 32525 32550 I Unity :
01-21 15:17:20.788 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.788 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.788 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.788 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.788 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.788 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:20.788 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:20.788 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSe
01-21 15:17:20.790 32525 32550 I Unity :
01-21 15:17:20.790 32525 32550 I Unity :
01-21 15:17:20.790 32525 32550 I Unity : i0 key 0 uiProp? False : => member name: GetUIProperties : => source line number: 1592
01-21 15:17:20.790 32525 32550 I Unity :
01-21 15:17:20.790 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.790 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.790 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.790 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.790 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.790 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetUIProperties(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1592)
01-21 15:17:20.790 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ClearTotalRentBadge() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1174)
01-21 15:17:20.790 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:20.792 32525 32550 I Unity :
01-21 15:17:20.792 32525 32550 I Unity :
01-21 15:17:20.792 32525 32550 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-21 15:17:20.792 32525 32550 I Unity :
01-21 15:17:20.792 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.792 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.792 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.792 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.792 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.792 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:483)
01-21 15:17:20.792 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1434)
01-21 15:17:20.792 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0()
01-21 15:17:20.794 32525 32550 I Unity :
01-21 15:17:20.794 32525 32550 I Unity :
01-21 15:17:20.794 32525 32550 I Unity : ReArrangeLocalPlayerhand count 6 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-21 15:17:20.794 32525 32550 I Unity :
01-21 15:17:20.794 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:20.794 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:20.794 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:20.794 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:20.794 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:20.794 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:506)
01-21 15:17:20.794 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1434)
01-21 15:17:20.794 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTur
01-21 15:17:22.920 32525 32550 I Unity :
01-21 15:17:22.920 32525 32550 I Unity :
01-21 15:17:22.920 32525 32550 I Unity : OnPointerClick tapMode PropSwap tweeningCard False isMultiSelectEnabled False playState READY_TO_PLAY selectingForCardSwap False for DEBT <size=50>COLLECTOR</size> : => member name: OnPointerClick : => source line number: 580
01-21 15:17:22.920 32525 32550 I Unity :
01-21 15:17:22.920 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:22.920 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:22.920 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:22.920 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:22.920 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:22.920 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:580)
01-21 15:17:22.920 32525 32550 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at /Applications/Unity/Hub/Editor/2019.4.2f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/
01-21 15:17:22.924 32525 32550 I Unity :
01-21 15:17:22.924 32525 32550 I Unity :
01-21 15:17:22.924 32525 32550 I Unity : CacheCurSelectedUICard type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832 : => member name: CacheCurSelectedUICard : => source line number: 1930
01-21 15:17:22.924 32525 32550 I Unity :
01-21 15:17:22.924 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:22.924 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:22.924 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:22.924 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:22.924 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:22.924 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CacheCurSelectedUICard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1930)
01-21 15:17:22.924 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:633)
01-21 15:17:22.924 32525 32550 I Unity : U
01-21 15:17:22.926 32525 32550 I Unity :
01-21 15:17:22.926 32525 32550 I Unity :
01-21 15:17:22.926 32525 32550 I Unity : CanFlipTheCard False : => member name: CanFlipTheCard : => source line number: 555
01-21 15:17:22.926 32525 32550 I Unity :
01-21 15:17:22.926 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:22.926 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:22.926 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:22.926 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:22.926 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:22.926 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:CanFlipTheCard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:555)
01-21 15:17:22.926 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1130)
01-21 15:17:22.926 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:634)
01-21 15:17:22.926 32525 32550 I Unity : Uni
01-21 15:17:22.927 32525 32550 I Unity :
01-21 15:17:22.927 32525 32550 I Unity :
01-21 15:17:22.927 32525 32550 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-21 15:17:22.927 32525 32550 I Unity :
01-21 15:17:22.927 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:22.927 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:22.927 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:22.927 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:22.927 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:22.927 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:562)
01-21 15:17:22.927 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1131)
01-21 15:17:22.927 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs
01-21 15:17:22.929 32525 32550 I Unity :
01-21 15:17:22.929 32525 32550 I Unity :
01-21 15:17:22.929 32525 32550 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-21 15:17:22.929 32525 32550 I Unity :
01-21 15:17:22.929 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:22.929 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:22.929 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:22.929 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:22.929 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:22.929 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:569)
01-21 15:17:22.929 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1132)
01-21 15:17:22.929 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:634)
01-21 15:17:22.929 32525 32550 I Unity : UnityEn
01-21 15:17:23.864 32525 32550 I Unity :
01-21 15:17:23.864 32525 32550 I Unity :
01-21 15:17:23.864 32525 32550 I Unity : PerformCardTapPlayTheCard True handsplayed 0 : => member name: PerformCardTapPlayTheCard : => source line number: 723
01-21 15:17:23.864 32525 32550 I Unity :
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.864 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.864 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:723)
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:23.864 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-21 15:17:23.864 32525 32550 I Unity : IjsUiFramework.UIButton:TriggerClick() (at /Volume
01-21 15:17:23.865 32525 32550 I Unity :
01-21 15:17:23.865 32525 32550 I Unity :
01-21 15:17:23.865 32525 32550 I Unity : PerformCardTapPlayTheCard selectedCard Hash -203916672 type ACTION_CARD : => member name: PerformCardTapPlayTheCard : => source line number: 727
01-21 15:17:23.865 32525 32550 I Unity :
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.865 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.865 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:727)
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:23.865 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-21 15:17:23.865 32525 32550 I Unity : IjsUiFramework.UIButton
01-21 15:17:23.868 32525 32550 I Unity :
01-21 15:17:23.868 32525 32550 I Unity :
01-21 15:17:23.868 32525 32550 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-21 15:17:23.868 32525 32550 I Unity :
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.868 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.868 32525 32550 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:562)
01-21 15:17:23.868 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:802)
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:23.868 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Us
01-21 15:17:23.870 32525 32550 I Unity :
01-21 15:17:23.870 32525 32550 I Unity :
01-21 15:17:23.870 32525 32550 I Unity : player HandsPlayed: 0 : => member name: onMoveCardToCenter : => source line number: 1340
01-21 15:17:23.870 32525 32550 I Unity :
01-21 15:17:23.870 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.870 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.870 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.870 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.870 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.870 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1340)
01-21 15:17:23.870 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:897)
01-21 15:17:23.870 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build
01-21 15:17:23.871 32525 32550 I Unity :
01-21 15:17:23.871 32525 32550 I Unity :
01-21 15:17:23.871 32525 32550 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:23.871 32525 32550 I Unity :
01-21 15:17:23.871 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.871 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.871 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.871 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.871 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.871 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:23.871 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1356)
01-21 15:17:23.874 32525 32550 I Unity :
01-21 15:17:23.874 32525 32550 I Unity :
01-21 15:17:23.874 32525 32550 I Unity : ->...... onCardMoveEventToView _playerCurUIAction LOC_PLAYER_ASKING_MONEY_WITH_OPP from 0 to 0 toPile CENTER_PILE total cards moved 1 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 500
01-21 15:17:23.874 32525 32550 I Unity :
01-21 15:17:23.874 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.874 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.874 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.874 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.874 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.874 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:500)
01-21 15:17:23.874 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_W
01-21 15:17:23.877 32525 32550 I Unity :
01-21 15:17:23.877 32525 32550 I Unity :
01-21 15:17:23.877 32525 32550 I Unity : OnLocalPlayerPlayCardToTheCenterPile........................... : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1683
01-21 15:17:23.877 32525 32550 I Unity :
01-21 15:17:23.877 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.877 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.877 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.877 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.877 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.877 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnLocalPlayerPlayCardToTheCenterPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1683)
01-21 15:17:23.877 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/
01-21 15:17:23.882 32525 32550 I Unity :
01-21 15:17:23.882 32525 32550 I Unity :
01-21 15:17:23.882 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:23.882 32525 32550 I Unity :
01-21 15:17:23.882 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:23.882 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:23.882 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:23.882 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:23.882 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:23.882 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:23.882 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnMoveCardToCenterPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1532)
01-21 15:17:23.882 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/Monop
01-21 15:17:24.374 32525 32550 I Unity :
01-21 15:17:24.374 32525 32550 I Unity :
01-21 15:17:24.374 32525 32550 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-21 15:17:24.374 32525 32550 I Unity :
01-21 15:17:24.374 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.374 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.374 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.374 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.374 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.374 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:483)
01-21 15:17:24.374 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1538)
01-21 15:17:24.374 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtil
01-21 15:17:24.376 32525 32550 I Unity :
01-21 15:17:24.376 32525 32550 I Unity :
01-21 15:17:24.376 32525 32550 I Unity : ReArrangeLocalPlayerhand count 5 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-21 15:17:24.376 32525 32550 I Unity :
01-21 15:17:24.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.376 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.376 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.376 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.376 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.376 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:506)
01-21 15:17:24.376 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1538)
01-21 15:17:24.376 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/Exten
01-21 15:17:24.882 32525 32550 I Unity :
01-21 15:17:24.882 32525 32550 I Unity :
01-21 15:17:24.882 32525 32550 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-21 15:17:24.882 32525 32550 I Unity :
01-21 15:17:24.882 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.882 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.882 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.882 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.882 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.882 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1792)
01-21 15:17:24.882 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:24.882 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Develop
01-21 15:17:24.883 32525 32550 I Unity :
01-21 15:17:24.883 32525 32550 I Unity :
01-21 15:17:24.883 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:24.883 32525 32550 I Unity : From: Swaaa
01-21 15:17:24.883 32525 32550 I Unity : To: Swaaa
01-21 15:17:24.883 32525 32550 I Unity : ToPile: CENTER_PILE
01-21 15:17:24.883 32525 32550 I Unity : Properties:
01-21 15:17:24.883 32525 32550 I Unity : isValidMv: True
01-21 15:17:24.883 32525 32550 I Unity : CardsMoved
01-21 15:17:24.883 32525 32550 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832
01-21 15:17:24.883 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1794
01-21 15:17:24.883 32525 32550 I Unity :
01-21 15:17:24.883 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.883 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.883 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.883 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.883 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.883 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1794)
01-21 15:17:24.883 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLoc
01-21 15:17:24.885 32525 32550 I Unity :
01-21 15:17:24.885 32525 32550 I Unity :
01-21 15:17:24.885 32525 32550 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1802
01-21 15:17:24.885 32525 32550 I Unity :
01-21 15:17:24.885 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.885 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.885 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.885 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.885 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.885 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1802)
01-21 15:17:24.885 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:24.885 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volum
01-21 15:17:24.886 32525 32550 I Unity :
01-21 15:17:24.886 32525 32550 I Unity :
01-21 15:17:24.886 32525 32550 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-21 15:17:24.886 32525 32550 I Unity : From: Swaaa
01-21 15:17:24.886 32525 32550 I Unity : To: Swaaa
01-21 15:17:24.886 32525 32550 I Unity : ToPile: CENTER_PILE
01-21 15:17:24.886 32525 32550 I Unity : Properties:
01-21 15:17:24.886 32525 32550 I Unity : isValidMv: True
01-21 15:17:24.886 32525 32550 I Unity : CardsMoved
01-21 15:17:24.886 32525 32550 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832
01-21 15:17:24.886 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-21 15:17:24.886 32525 32550 I Unity :
01-21 15:17:24.886 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.886 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.886 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.886 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.886 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.886 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:785)
01-21 15:17:24.886 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLo
01-21 15:17:24.888 32525 32550 I Unity :
01-21 15:17:24.888 32525 32550 I Unity :
01-21 15:17:24.888 32525 32550 I Unity : UpdateRemainingActionsLabel 0 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-21 15:17:24.888 32525 32550 I Unity :
01-21 15:17:24.888 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.888 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.888 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.888 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.888 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.888 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:386)
01-21 15:17:24.888 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1530)
01-21 15:17:24.888 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves)
01-21 15:17:24.890 32525 32550 I Unity :
01-21 15:17:24.890 32525 32550 I Unity :
01-21 15:17:24.890 32525 32550 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1531
01-21 15:17:24.890 32525 32550 I Unity :
01-21 15:17:24.890 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.890 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.890 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.890 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.890 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.890 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1531)
01-21 15:17:24.890 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:796)
01-21 15:17:24.890 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCar
01-21 15:17:24.891 32525 32550 I Unity :
01-21 15:17:24.891 32525 32550 I Unity :
01-21 15:17:24.891 32525 32550 I Unity : onLocalCardMove canPlay? True : => member name: onLocalCardMove : => source line number: 811
01-21 15:17:24.891 32525 32550 I Unity :
01-21 15:17:24.891 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:24.891 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:24.891 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:24.891 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:24.891 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:24.891 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:811)
01-21 15:17:24.891 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1806)
01-21 15:17:24.891 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToVie
01-21 15:17:25.659 32525 32550 I Unity :
01-21 15:17:25.659 32525 32550 I Unity :
01-21 15:17:25.659 32525 32550 I Unity : processCardAction Card type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832 action DEBT_COLLECTOR prop == null? True : => member name: processCardAction : => source line number: 514
01-21 15:17:25.659 32525 32550 I Unity :
01-21 15:17:25.659 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:25.659 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:25.659 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:25.659 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:25.659 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:25.659 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:514)
01-21 15:17:25.659 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass41_0:<onLocalCardMove>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Monopoly
01-21 15:17:25.662 32525 32550 I Unity :
01-21 15:17:25.662 32525 32550 I Unity :
01-21 15:17:25.662 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: Swaaa id: 0 seat: 0 type: LOCAL isAi: False playState MAKING_REQUEST handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:25.662 32525 32550 I Unity :
01-21 15:17:25.662 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:25.662 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:25.662 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:25.662 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:25.662 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:25.662 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:25.662 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Monopoly
01-21 15:17:25.668 32525 32550 I Unity :
01-21 15:17:25.668 32525 32550 I Unity :
01-21 15:17:25.668 32525 32550 I Unity : onShowActionUIEventToView playerAction PLAYER_SELECT cardAction DEBT_COLLECTOR : => member name: onShowActionUIEventToView : => source line number: 1395
01-21 15:17:25.668 32525 32550 I Unity :
01-21 15:17:25.668 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:25.668 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:25.668 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:25.668 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:25.668 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:25.668 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1395)
01-21 15:17:25.668 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/Mono
01-21 15:17:25.716 32525 32550 I Unity :
01-21 15:17:25.716 32525 32550 I Unity :
01-21 15:17:25.716 32525 32550 I Unity : ShowLocalPlayerAsksMoneyWithOppPanel isTurnTimerEnabled False : => member name: ShowLocalPlayerAsksMoneyWithOppPanel : => source line number: 2100
01-21 15:17:25.716 32525 32550 I Unity :
01-21 15:17:25.716 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:25.716 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:25.716 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:25.716 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:25.716 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:25.716 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ShowLocalPlayerAsksMoneyWithOppPanel() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2100)
01-21 15:17:25.716 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Con
01-21 15:17:25.869 32525 32550 I Unity :
01-21 15:17:25.869 32525 32550 I Unity :
01-21 15:17:25.869 32525 32550 I Unity : OnLocalPlayerPlayCardToTheCenterPile tween complete : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1705
01-21 15:17:25.869 32525 32550 I Unity :
01-21 15:17:25.869 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:25.869 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:25.869 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:25.869 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:25.869 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:25.869 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass156_0:<OnLocalPlayerPlayCardToTheCenterPile>b__2(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1705)
01-21 15:17:25.869 32525 32550 I Unity : IJDV.MonopolyDeal.View.<>c__DisplayClass114_0:<SetParentAndUpdatePosition>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:540)
01-21 15:17:25.869 32525 32550 I Unity : LeanTween:update() (at /Volu
01-21 15:17:31.540 32525 32550 I Unity :
01-21 15:17:31.540 32525 32550 I Unity :
01-21 15:17:31.540 32525 32550 I Unity : ToggleSelectOpponent False name AI3 NUM_OF_PLAYERS 4 _showingTwoPlayerSelection False : => member name: ToggleSelectOpponent : => source line number: 1640
01-21 15:17:31.540 32525 32550 I Unity :
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.540 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.540 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1640)
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-21 15:17:31.540 32525 32550 I Unity : UnityEngine.UI.But
01-21 15:17:31.546 32525 32550 I Unity :
01-21 15:17:31.546 32525 32550 I Unity :
01-21 15:17:31.546 32525 32550 I Unity : _locPlayerToOppRequestingPropCardsOpponent count 0 : => member name: DeselectAllOtherOpponentUIPlayers : => source line number: 2053
01-21 15:17:31.546 32525 32550 I Unity :
01-21 15:17:31.546 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.546 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.546 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.546 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.546 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.546 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2053)
01-21 15:17:31.546 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1666)
01-21 15:17:31.546 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bui
01-21 15:17:31.549 32525 32550 I Unity :
01-21 15:17:31.549 32525 32550 I Unity :
01-21 15:17:31.549 32525 32550 I Unity : IsNullOrEmpty 0 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:31.549 32525 32550 I Unity :
01-21 15:17:31.549 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.549 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.549 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.549 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.549 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.549 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:31.549 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2054)
01-21 15:17:31.549 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Ass
01-21 15:17:31.552 32525 32550 I Unity :
01-21 15:17:31.552 32525 32550 I Unity :
01-21 15:17:31.552 32525 32550 I Unity : _locPlayerToOppRequestingPropCardsOpponent count 0 : => member name: DeselectAllOtherOpponentUIPlayers : => source line number: 2053
01-21 15:17:31.552 32525 32550 I Unity :
01-21 15:17:31.552 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.552 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.552 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.552 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.552 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.552 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2053)
01-21 15:17:31.552 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1666)
01-21 15:17:31.552 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bui
01-21 15:17:31.554 32525 32550 I Unity :
01-21 15:17:31.554 32525 32550 I Unity :
01-21 15:17:31.554 32525 32550 I Unity : IsNullOrEmpty 0 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:31.554 32525 32550 I Unity :
01-21 15:17:31.554 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.554 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.554 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.554 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.554 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.554 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:31.554 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2054)
01-21 15:17:31.554 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Ass
01-21 15:17:31.556 32525 32550 I Unity :
01-21 15:17:31.556 32525 32550 I Unity :
01-21 15:17:31.556 32525 32550 I Unity : _locPlayerToOppRequestingPropCardsOpponent count 0 : => member name: DeselectAllOtherOpponentUIPlayers : => source line number: 2053
01-21 15:17:31.556 32525 32550 I Unity :
01-21 15:17:31.556 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.556 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.556 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.556 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.556 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.556 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2053)
01-21 15:17:31.556 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1666)
01-21 15:17:31.556 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bui
01-21 15:17:31.558 32525 32550 I Unity :
01-21 15:17:31.558 32525 32550 I Unity :
01-21 15:17:31.558 32525 32550 I Unity : IsNullOrEmpty 0 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:31.558 32525 32550 I Unity :
01-21 15:17:31.558 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:31.558 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:31.558 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:31.558 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:31.558 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:31.558 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:31.558 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:DeselectAllOtherOpponentUIPlayers(UIPlayer) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2054)
01-21 15:17:31.558 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleSelectOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Ass
01-21 15:17:32.451 32525 32550 I Unity :
01-21 15:17:32.451 32525 32550 I Unity :
01-21 15:17:32.451 32525 32550 I Unity : ShowToastMessage Waiting for opponent to respond. : => member name: ShowToastMessage : => source line number: 149
01-21 15:17:32.451 32525 32550 I Unity :
01-21 15:17:32.451 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.451 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.451 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.451 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.451 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.451 32525 32550 I Unity : DialogBox:ShowToastMessage(String, Single) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/UI/DialogBox/DialogBox.cs:149)
01-21 15:17:32.451 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2131)
01-21 15:17:32.451 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEven
01-21 15:17:32.454 32525 32550 I Unity :
01-21 15:17:32.454 32525 32550 I Unity :
01-21 15:17:32.454 32525 32550 I Unity : _curSelectedUICard == null? False moneyValue 5 action DEBT_COLLECTOR : => member name: AskForMoneyWithOpponent : => source line number: 2140
01-21 15:17:32.454 32525 32550 I Unity :
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.454 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.454 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2140)
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-21 15:17:32.454 32525 32550 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEve
01-21 15:17:32.458 32525 32550 I Unity :
01-21 15:17:32.458 32525 32550 I Unity :
01-21 15:17:32.458 32525 32550 I Unity : onLocalActionComplete False : => member name: onRequestComplete : => source line number: 1936
01-21 15:17:32.458 32525 32550 I Unity :
01-21 15:17:32.458 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.458 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.458 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.458 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.458 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.458 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1936)
01-21 15:17:32.458 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:2154)
01-21 15:17:32.458 32525 32550 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/builduser/buildslave/uni
01-21 15:17:32.460 32525 32550 I Unity :
01-21 15:17:32.460 32525 32550 I Unity :
01-21 15:17:32.460 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: Swaaa id: 0 seat: 0 type: LOCAL isAi: False playState WAITING_FOR_ACK handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:32.460 32525 32550 I Unity :
01-21 15:17:32.460 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.460 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.460 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.460 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.460 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.460 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:32.460 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDea
01-21 15:17:32.462 32525 32550 I Unity :
01-21 15:17:32.462 32525 32550 I Unity :
01-21 15:17:32.462 32525 32550 I Unity : IsNullOrEmpty 0 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:32.462 32525 32550 I Unity :
01-21 15:17:32.462 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.462 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.462 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.462 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.462 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.462 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:32.462 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:updateRequestQueue(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1900)
01-21 15:17:32.462 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Mono
01-21 15:17:32.463 32525 32550 I Unity :
01-21 15:17:32.463 32525 32550 I Unity :
01-21 15:17:32.463 32525 32550 I Unity : _requestQueue is empty : => member name: updateRequestQueue : => source line number: 1901
01-21 15:17:32.463 32525 32550 I Unity :
01-21 15:17:32.463 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.463 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.463 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.463 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.463 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.463 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:updateRequestQueue(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1901)
01-21 15:17:32.463 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1955)
01-21 15:17:32.463 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /Volumes/De
01-21 15:17:32.466 32525 32550 I Unity :
01-21 15:17:32.466 32525 32550 I Unity :
01-21 15:17:32.466 32525 32550 I Unity : hasAIPlayers() && canIPlayAiTurn() : => member name: processAIRequests : => source line number: 2070
01-21 15:17:32.466 32525 32550 I Unity :
01-21 15:17:32.466 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.466 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.466 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.466 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.466 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.466 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processAIRequests(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2070)
01-21 15:17:32.466 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1961)
01-21 15:17:32.466 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /
01-21 15:17:32.468 32525 32550 I Unity :
01-21 15:17:32.468 32525 32550 I Unity :
01-21 15:17:32.468 32525 32550 I Unity : ClearCacheCurSelectedUICard type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832 : => member name: ClearCacheCurSelectedUICard : => source line number: 1939
01-21 15:17:32.468 32525 32550 I Unity :
01-21 15:17:32.468 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.468 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.468 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.468 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.468 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.468 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1939)
01-21 15:17:32.468 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:AskForMoneyWithOpponent() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Mono
01-21 15:17:32.469 32525 32550 I Unity :
01-21 15:17:32.469 32525 32550 I Unity :
01-21 15:17:32.469 32525 32550 I Unity : UIProperties ToggleInteractive True for UILocPlayerPropertyPileOutline(Clone) mode PropSwap hash -1522600448 : => member name: ToggleInteractive : => source line number: 198
01-21 15:17:32.469 32525 32550 I Unity :
01-21 15:17:32.469 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.469 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.469 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.469 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.469 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.469 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIProperties:ToggleInteractive(Boolean, UIPropertiesTapMode) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIProperties.cs:198)
01-21 15:17:32.469 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:43
01-21 15:17:32.471 32525 32550 I Unity :
01-21 15:17:32.471 32525 32550 I Unity :
01-21 15:17:32.471 32525 32550 I Unity : ReArrangeLocalPlayerPropPiles count 1 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-21 15:17:32.471 32525 32550 I Unity :
01-21 15:17:32.471 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.471 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.471 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.471 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.471 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.471 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:626)
01-21 15:17:32.471 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:448)
01-21 15:17:32.471 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSe
01-21 15:17:32.472 32525 32550 I Unity :
01-21 15:17:32.472 32525 32550 I Unity :
01-21 15:17:32.472 32525 32550 I Unity : i0 key 0 uiProp? False : => member name: GetUIProperties : => source line number: 1592
01-21 15:17:32.472 32525 32550 I Unity :
01-21 15:17:32.472 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:32.472 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:32.472 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:32.472 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:32.472 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:32.472 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:GetUIProperties(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1592)
01-21 15:17:32.472 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ClearTotalRentBadge() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1174)
01-21 15:17:32.472 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:33.978 32525 32550 I Unity :
01-21 15:17:33.978 32525 32550 I Unity :
01-21 15:17:33.978 32525 32550 I Unity : $$$$$$$$$$$$$$$ : => member name: processAIRequests : => source line number: 2106
01-21 15:17:33.978 32525 32550 I Unity :
01-21 15:17:33.978 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:33.978 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:33.978 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:33.978 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:33.978 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:33.978 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2106)
01-21 15:17:33.978 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:236)
01-21 15:17:33.978 32525 32550 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-21 15:17:33.978 32525 32550 I Unity :
01-21 15:17:33.978 32525 32550 I Unity : (Filename: /Volumes
01-21 15:17:33.980 32525 32550 I Unity :
01-21 15:17:33.980 32525 32550 I Unity :
01-21 15:17:33.980 32525 32550 I Unity : ==============REQUST===========
01-21 15:17:33.980 32525 32550 I Unity : Requester: Swaaa
01-21 15:17:33.980 32525 32550 I Unity : Requestee: 3
01-21 15:17:33.980 32525 32550 I Unity : RequestedMoney: 5
01-21 15:17:33.980 32525 32550 I Unity : RequesterProp:
01-21 15:17:33.980 32525 32550 I Unity : RequestedProp:
01-21 15:17:33.980 32525 32550 I Unity : isValid: True
01-21 15:17:33.980 32525 32550 I Unity : ReqTyp: MONEY
01-21 15:17:33.980 32525 32550 I Unity : Action: DEBT_COLLECTOR
01-21 15:17:33.980 32525 32550 I Unity : RquestedCards
01-21 15:17:33.980 32525 32550 I Unity : RquesterCards
01-21 15:17:33.980 32525 32550 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1950360832
01-21 15:17:33.980 32525 32550 I Unity : ============END OF REQUST=========== : => member name: processAIRequests : => source line number: 2107
01-21 15:17:33.980 32525 32550 I Unity :
01-21 15:17:33.980 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:33.980 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:33.980 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:33.980 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:33.980 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:33.980 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2107)
01-21 15:17:33.980 32525 32550 I Unity : <Execute
01-21 15:17:33.999 32525 32550 I Unity :
01-21 15:17:33.999 32525 32550 I Unity :
01-21 15:17:33.999 32525 32550 I Unity : AI3 processing Request : => member name: processRequest : => source line number: 3355
01-21 15:17:33.999 32525 32550 I Unity :
01-21 15:17:33.999 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:33.999 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:33.999 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:33.999 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:33.999 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:33.999 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3355)
01-21 15:17:33.999 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:33.999 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scri
01-21 15:17:34.003 32525 32550 I Unity :
01-21 15:17:34.003 32525 32550 I Unity :
01-21 15:17:34.003 32525 32550 I Unity : Requested Money 5 : => member name: processRequest : => source line number: 3373
01-21 15:17:34.003 32525 32550 I Unity :
01-21 15:17:34.003 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.003 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.003 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.003 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.003 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.003 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3373)
01-21 15:17:34.003 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.003 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/M
01-21 15:17:34.007 32525 32550 I Unity :
01-21 15:17:34.007 32525 32550 I Unity :
01-21 15:17:34.007 32525 32550 I Unity : Money from bank: 0 : => member name: processRequest : => source line number: 3377
01-21 15:17:34.007 32525 32550 I Unity :
01-21 15:17:34.007 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.007 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.007 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.007 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.007 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.007 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3377)
01-21 15:17:34.007 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.007 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/
01-21 15:17:34.009 32525 32550 I Unity :
01-21 15:17:34.009 32525 32550 I Unity :
01-21 15:17:34.009 32525 32550 I Unity : Money from Props: 6 : => member name: processRequest : => source line number: 3382
01-21 15:17:34.009 32525 32550 I Unity :
01-21 15:17:34.009 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.009 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.009 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.009 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.009 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.009 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3382)
01-21 15:17:34.009 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.009 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts
01-21 15:17:34.010 32525 32550 I Unity :
01-21 15:17:34.010 32525 32550 I Unity :
01-21 15:17:34.010 32525 32550 I Unity : not enough money in bank... : => member name: processRequest : => source line number: 3409
01-21 15:17:34.010 32525 32550 I Unity :
01-21 15:17:34.010 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.010 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.010 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.010 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.010 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.010 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3409)
01-21 15:17:34.010 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.010 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets
01-21 15:17:34.012 32525 32550 I Unity :
01-21 15:17:34.012 32525 32550 I Unity :
01-21 15:17:34.012 32525 32550 I Unity : isMorePropCardsRequired, due: 5 : => member name: processRequest : => source line number: 3452
01-21 15:17:34.012 32525 32550 I Unity :
01-21 15:17:34.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.012 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.012 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.012 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.012 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.012 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3452)
01-21 15:17:34.012 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.012 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/As
01-21 15:17:34.013 32525 32550 I Unity :
01-21 15:17:34.013 32525 32550 I Unity :
01-21 15:17:34.013 32525 32550 I Unity : AI3 replied with JUST SAY NO... : => member name: processRequest : => source line number: 3460
01-21 15:17:34.013 32525 32550 I Unity :
01-21 15:17:34.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.013 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.013 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.013 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.013 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3460)
01-21 15:17:34.013 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.013 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/As
01-21 15:17:34.015 32525 32550 I Unity :
01-21 15:17:34.015 32525 32550 I Unity :
01-21 15:17:34.015 32525 32550 I Unity : Requested money: 5 ACK money: 4 : => member name: processRequest : => source line number: 3569
01-21 15:17:34.015 32525 32550 I Unity :
01-21 15:17:34.015 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.015 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.015 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.015 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.015 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.015 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:processRequest(Request, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:3569)
01-21 15:17:34.015 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2109)
01-21 15:17:34.015 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/As
01-21 15:17:34.016 32525 32550 I Unity :
01-21 15:17:34.016 32525 32550 I Unity :
01-21 15:17:34.016 32525 32550 I Unity : onRequestACKcomplete: ==============REQUST ACK===========
01-21 15:17:34.016 32525 32550 I Unity : From: AI3
01-21 15:17:34.016 32525 32550 I Unity : To: Swaaa
01-21 15:17:34.016 32525 32550 I Unity : isReqAccepted: False
01-21 15:17:34.016 32525 32550 I Unity : Ack Cards
01-21 15:17:34.016 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 18 money: 4 isPureWild: False colors: 1 Hash -1959108864
01-21 15:17:34.016 32525 32550 I Unity : ============END OF REQUST ACK=========== : => member name: onRequestACKcomplete : => source line number: 1980
01-21 15:17:34.016 32525 32550 I Unity :
01-21 15:17:34.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.016 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.016 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.016 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestACKcomplete(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1980)
01-21 15:17:34.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /V
01-21 15:17:34.018 32525 32550 I Unity :
01-21 15:17:34.018 32525 32550 I Unity :
01-21 15:17:34.018 32525 32550 I Unity : onRequestAckRecvdFromOppnt: required: : => member name: onRequestAckRecvdFromOppnt : => source line number: 2152
01-21 15:17:34.018 32525 32550 I Unity :
01-21 15:17:34.018 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.018 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.018 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.018 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.018 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.018 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2152)
01-21 15:17:34.018 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestACKcomplete(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1997)
01-21 15:17:34.018 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<proces
01-21 15:17:34.026 32525 32550 I Unity :
01-21 15:17:34.026 32525 32550 I Unity :
01-21 15:17:34.026 32525 32550 I Unity : Request NOT accepted by AI3 : => member name: handleNotAcceptedRequest : => source line number: 2318
01-21 15:17:34.026 32525 32550 I Unity :
01-21 15:17:34.026 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.026 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.026 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.026 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.026 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.026 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleNotAcceptedRequest(RequestACK, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2318)
01-21 15:17:34.026 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2166)
01-21 15:17:34.026 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestA
01-21 15:17:34.027 32525 32550 I Unity :
01-21 15:17:34.027 32525 32550 I Unity :
01-21 15:17:34.027 32525 32550 I Unity : Request NOT accepted, ack cards: 1 : => member name: handleNotAcceptedRequest : => source line number: 2319
01-21 15:17:34.027 32525 32550 I Unity :
01-21 15:17:34.027 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.027 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.027 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.027 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.027 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.027 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleNotAcceptedRequest(RequestACK, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2319)
01-21 15:17:34.027 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2166)
01-21 15:17:34.027 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onR
01-21 15:17:34.029 32525 32550 I Unity :
01-21 15:17:34.029 32525 32550 I Unity :
01-21 15:17:34.029 32525 32550 I Unity : ==============REQUST ACK===========
01-21 15:17:34.029 32525 32550 I Unity : From: AI3
01-21 15:17:34.029 32525 32550 I Unity : To: Swaaa
01-21 15:17:34.029 32525 32550 I Unity : isReqAccepted: False
01-21 15:17:34.029 32525 32550 I Unity : Ack Cards
01-21 15:17:34.029 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 18 money: 4 isPureWild: False colors: 1 Hash -1959108864
01-21 15:17:34.029 32525 32550 I Unity : ============END OF REQUST ACK=========== : => member name: handleNotAcceptedRequest : => source line number: 2320
01-21 15:17:34.029 32525 32550 I Unity :
01-21 15:17:34.029 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.029 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.029 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.029 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.029 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.029 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleNotAcceptedRequest(RequestACK, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2320)
01-21 15:17:34.029 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (
01-21 15:17:34.034 32525 32550 I Unity :
01-21 15:17:34.034 32525 32550 I Unity :
01-21 15:17:34.034 32525 32550 I Unity : move AI3's JUST SAY NO to center : => member name: moveJustSayNoCardOfRequesteeToCenter : => source line number: 2440
01-21 15:17:34.034 32525 32550 I Unity :
01-21 15:17:34.034 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.034 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.034 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.034 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.034 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.034 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:moveJustSayNoCardOfRequesteeToCenter(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2440)
01-21 15:17:34.034 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handleNotAcceptedRequest(RequestACK, Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2327)
01-21 15:17:34.034 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.Mo
01-21 15:17:34.035 32525 32550 I Unity :
01-21 15:17:34.035 32525 32550 I Unity :
01-21 15:17:34.035 32525 32550 I Unity : isAllRequestsFulFilled: total 1 : => member name: isAllRequestsFulFilled : => source line number: 1034
01-21 15:17:34.035 32525 32550 I Unity :
01-21 15:17:34.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.035 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.035 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.035 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.035 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1034)
01-21 15:17:34.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2169)
01-21 15:17:34.035 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestACKcomplete(RequestA
01-21 15:17:34.037 32525 32550 I Unity :
01-21 15:17:34.037 32525 32550 I Unity :
01-21 15:17:34.037 32525 32550 I Unity : isAllRequestsFulFilled: remaining 1 : => member name: isAllRequestsFulFilled : => source line number: 1039
01-21 15:17:34.037 32525 32550 I Unity :
01-21 15:17:34.037 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.037 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.037 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.037 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.037 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.037 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1039)
01-21 15:17:34.037 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2169)
01-21 15:17:34.037 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestACKcomplete(Requ
01-21 15:17:34.038 32525 32550 I Unity :
01-21 15:17:34.038 32525 32550 I Unity :
01-21 15:17:34.038 32525 32550 I Unity : isAllRequestsFulFilled: total 1 : => member name: isAllRequestsFulFilled : => source line number: 1034
01-21 15:17:34.038 32525 32550 I Unity :
01-21 15:17:34.038 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.038 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.038 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.038 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.038 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.038 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1034)
01-21 15:17:34.038 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handlePostACK(Boolean, RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2475)
01-21 15:17:34.038 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(Reques
01-21 15:17:34.040 32525 32550 I Unity :
01-21 15:17:34.040 32525 32550 I Unity :
01-21 15:17:34.040 32525 32550 I Unity : isAllRequestsFulFilled: remaining 1 : => member name: isAllRequestsFulFilled : => source line number: 1039
01-21 15:17:34.040 32525 32550 I Unity :
01-21 15:17:34.040 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.040 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.040 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.040 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.040 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.040 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1039)
01-21 15:17:34.040 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handlePostACK(Boolean, RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2475)
01-21 15:17:34.040 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(Re
01-21 15:17:34.041 32525 32550 I Unity :
01-21 15:17:34.041 32525 32550 I Unity :
01-21 15:17:34.041 32525 32550 I Unity : isAllRequestsFulFilled: total 1 : => member name: isAllRequestsFulFilled : => source line number: 1034
01-21 15:17:34.041 32525 32550 I Unity :
01-21 15:17:34.041 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.041 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.041 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.041 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.041 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.041 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1034)
01-21 15:17:34.041 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handlePostACK(Boolean, RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2488)
01-21 15:17:34.041 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(Reques
01-21 15:17:34.043 32525 32550 I Unity :
01-21 15:17:34.043 32525 32550 I Unity :
01-21 15:17:34.043 32525 32550 I Unity : isAllRequestsFulFilled: remaining 1 : => member name: isAllRequestsFulFilled : => source line number: 1039
01-21 15:17:34.043 32525 32550 I Unity :
01-21 15:17:34.043 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.043 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.043 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.043 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.043 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.043 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:isAllRequestsFulFilled() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1039)
01-21 15:17:34.043 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:handlePostACK(Boolean, RequestACK) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2488)
01-21 15:17:34.043 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestAckRecvdFromOppnt(Re
01-21 15:17:34.044 32525 32550 I Unity :
01-21 15:17:34.044 32525 32550 I Unity :
01-21 15:17:34.044 32525 32550 I Unity : ======= deCoupleProperties============ : => member name: deCoupleProperties : => source line number: 705
01-21 15:17:34.044 32525 32550 I Unity :
01-21 15:17:34.044 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.044 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.044 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.044 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.044 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.044 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:705)
01-21 15:17:34.044 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2113)
01-21 15:17:34.044 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Asset
01-21 15:17:34.045 32525 32550 I Unity :
01-21 15:17:34.045 32525 32550 I Unity :
01-21 15:17:34.045 32525 32550 I Unity : localProperties: 2 : => member name: deCoupleProperties : => source line number: 713
01-21 15:17:34.045 32525 32550 I Unity :
01-21 15:17:34.045 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.045 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.045 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.045 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.045 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.045 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:713)
01-21 15:17:34.045 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2113)
01-21 15:17:34.045 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/Extens
01-21 15:17:34.048 32525 32550 I Unity :
01-21 15:17:34.048 32525 32550 I Unity :
01-21 15:17:34.048 32525 32550 I Unity : twoPureWildProps: 0 : => member name: deCoupleProperties : => source line number: 879
01-21 15:17:34.048 32525 32550 I Unity :
01-21 15:17:34.048 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.048 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.048 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.048 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.048 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.048 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:879)
01-21 15:17:34.048 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2113)
01-21 15:17:34.048 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/Exten
01-21 15:17:34.049 32525 32550 I Unity :
01-21 15:17:34.049 32525 32550 I Unity :
01-21 15:17:34.049 32525 32550 I Unity : ======= deCoupleProperties Ends============ : => member name: deCoupleProperties : => source line number: 893
01-21 15:17:34.049 32525 32550 I Unity :
01-21 15:17:34.049 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.049 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.049 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.049 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.049 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.049 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:deCoupleProperties() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:893)
01-21 15:17:34.049 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass93_1:<processAIRequests>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:2113)
01-21 15:17:34.049 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/
01-21 15:17:34.994 32525 32550 I Unity :
01-21 15:17:34.994 32525 32550 I Unity :
01-21 15:17:34.994 32525 32550 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile CENTER_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 645
01-21 15:17:34.994 32525 32550 I Unity :
01-21 15:17:34.994 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.994 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.994 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.994 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.994 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.994 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:645)
01-21 15:17:34.994 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass99_0:<moveJustSayNoCardOfRequesteeToCenter>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/
01-21 15:17:34.998 32525 32550 I Unity :
01-21 15:17:34.998 32525 32550 I Unity :
01-21 15:17:34.998 32525 32550 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 650
01-21 15:17:34.998 32525 32550 I Unity :
01-21 15:17:34.998 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:34.998 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:34.998 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:34.998 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:34.998 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:34.998 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:650)
01-21 15:17:34.998 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass99_0:<moveJustSayNoCardOfRequesteeToCenter>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealContr
01-21 15:17:35.013 32525 32550 I Unity :
01-21 15:17:35.013 32525 32550 I Unity :
01-21 15:17:35.013 32525 32550 I Unity : OnOppPlayerPlayCardToTheCenterPile fromPlayer.id 3 movedCard 18 tweenTime 0.25 xPos 50 : => member name: OnOppPlayerPlayCardToTheCenterPile : => source line number: 1718
01-21 15:17:35.013 32525 32550 I Unity :
01-21 15:17:35.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:35.013 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:35.013 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:35.013 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:35.013 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:35.013 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnOppPlayerPlayCardToTheCenterPile(PlayerMoves, UICard, Single, Single) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1718)
01-21 15:17:35.013 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/Mono
01-21 15:17:35.016 32525 32550 I Unity :
01-21 15:17:35.016 32525 32550 I Unity :
01-21 15:17:35.016 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:35.016 32525 32550 I Unity :
01-21 15:17:35.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:35.016 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:35.016 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:35.016 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:35.016 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:35.016 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:35.016 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToCenterPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1549)
01-21 15:17:35.016 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY
01-21 15:17:36.489 32525 32550 I Unity :
01-21 15:17:36.489 32525 32550 I Unity :
01-21 15:17:36.489 32525 32550 I Unity : onRequestRejectedWithJustSayNoEevntToView fromplayer id: 3 : => member name: onRequestRejectedWithJustSayNoEevntToView : => source line number: 1451
01-21 15:17:36.489 32525 32550 I Unity :
01-21 15:17:36.489 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:36.489 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:36.489 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:36.489 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:36.489 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:36.489 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onRequestRejectedWithJustSayNoEevntToView(MonoPlayer, Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1451)
01-21 15:17:36.489 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass98_0:<handleNotAcceptedRequest>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/Mono
01-21 15:17:39.505 32525 32550 I Unity :
01-21 15:17:39.505 32525 32550 I Unity :
01-21 15:17:39.505 32525 32550 I Unity : CacheCurSelectedUICard type: ACTION_CARD action: JUST_SAY_NO uid: 19 money: 4 isPureWild: False colors: 1 Hash 9053312 : => member name: CacheCurSelectedUICard : => source line number: 1930
01-21 15:17:39.505 32525 32550 I Unity :
01-21 15:17:39.505 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.505 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.505 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.505 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.505 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.505 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CacheCurSelectedUICard(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1930)
01-21 15:17:39.505 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass143_0:<onRequestRejectedWithJustSayNoEevntToView>b__0(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Sc
01-21 15:17:39.507 32525 32550 I Unity :
01-21 15:17:39.507 32525 32550 I Unity :
01-21 15:17:39.507 32525 32550 I Unity : player HandsPlayed: 1 : => member name: onMoveCardToCenter : => source line number: 1340
01-21 15:17:39.507 32525 32550 I Unity :
01-21 15:17:39.507 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.507 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.507 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.507 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.507 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.507 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1340)
01-21 15:17:39.507 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass143_0:<onRequestRejectedWithJustSayNoEevntToView>b__0(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1461)
01-21 15:17:39.507 32525 32550 I Unity : IJDV.Mono
01-21 15:17:39.508 32525 32550 I Unity :
01-21 15:17:39.508 32525 32550 I Unity :
01-21 15:17:39.508 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 19 money: 4 isPureWild: False colors: 1 Hash 9053312 : => member name: removeCardFromHand : => source line number: 2341
01-21 15:17:39.508 32525 32550 I Unity :
01-21 15:17:39.508 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.508 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.508 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.508 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.508 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.508 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2341)
01-21 15:17:39.508 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1356)
01-21 15:17:39.508 32525 32550 I Unity : IJDV.
01-21 15:17:39.510 32525 32550 I Unity :
01-21 15:17:39.510 32525 32550 I Unity :
01-21 15:17:39.510 32525 32550 I Unity : ->...... onCardMoveEventToView _playerCurUIAction LOC_PLAYER_ASKING_MONEY_WITH_OPP from 0 to 0 toPile CENTER_PILE total cards moved 1 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 500
01-21 15:17:39.510 32525 32550 I Unity :
01-21 15:17:39.510 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.510 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.510 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.510 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.510 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.510 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:500)
01-21 15:17:39.510 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at /Volumes/Development/UNITY_W
01-21 15:17:39.511 32525 32550 I Unity :
01-21 15:17:39.511 32525 32550 I Unity :
01-21 15:17:39.511 32525 32550 I Unity : OnLocalPlayerPlayCardToTheCenterPile........................... : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1683
01-21 15:17:39.511 32525 32550 I Unity :
01-21 15:17:39.511 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.511 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.511 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.511 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.511 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.511 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnLocalPlayerPlayCardToTheCenterPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1683)
01-21 15:17:39.511 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/
01-21 15:17:39.515 32525 32550 I Unity :
01-21 15:17:39.515 32525 32550 I Unity :
01-21 15:17:39.515 32525 32550 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1269
01-21 15:17:39.515 32525 32550 I Unity :
01-21 15:17:39.515 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.515 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.515 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.515 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.515 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.515 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1269)
01-21 15:17:39.515 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnMoveCardToCenterPile(PlayerMoves, UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1532)
01-21 15:17:39.515 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at /Volumes/Development/UNITY_Works/Monop
01-21 15:17:39.517 32525 32550 I Unity :
01-21 15:17:39.517 32525 32550 I Unity :
01-21 15:17:39.517 32525 32550 I Unity : onLocalActionComplete False : => member name: onRequestComplete : => source line number: 1936
01-21 15:17:39.517 32525 32550 I Unity :
01-21 15:17:39.517 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.517 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.517 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.517 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.517 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.517 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1936)
01-21 15:17:39.517 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass143_0:<onRequestRejectedWithJustSayNoEevntToView>b__0(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1462)
01-21 15:17:39.517 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewContr
01-21 15:17:39.518 32525 32550 I Unity :
01-21 15:17:39.518 32525 32550 I Unity :
01-21 15:17:39.518 32525 32550 I Unity : onUpdatePlayerPlayStateEventToView name: Swaaa id: 0 seat: 0 type: LOCAL isAi: False playState WAITING_FOR_ACK handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1424
01-21 15:17:39.518 32525 32550 I Unity :
01-21 15:17:39.518 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.518 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.518 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.518 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.518 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.518 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1424)
01-21 15:17:39.518 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDea
01-21 15:17:39.520 32525 32550 I Unity :
01-21 15:17:39.520 32525 32550 I Unity :
01-21 15:17:39.520 32525 32550 I Unity : IsNullOrEmpty 1 : => member name: IsNullOrEmpty : => source line number: 94
01-21 15:17:39.520 32525 32550 I Unity :
01-21 15:17:39.520 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:39.520 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:39.520 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:39.520 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:39.520 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:39.520 32525 32550 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtils.cs:94)
01-21 15:17:39.520 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:updateRequestQueue(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1900)
01-21 15:17:39.520 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onRequestComplete(Request) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Mono
01-21 15:17:39.861 32525 32550 D Unity : Uploading Crash Report
01-21 15:17:39.862 32525 32550 E Unity : NullReferenceException: Object reference not set to an instance of an object
01-21 15:17:39.862 32525 32550 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.updateRequestQueue (IJDV.MonopolyDeal.Model.Request request) [0x0014e] in /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1926
01-21 15:17:39.862 32525 32550 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onRequestComplete (IJDV.MonopolyDeal.Model.Request request) [0x00083] in /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1955
01-21 15:17:39.862 32525 32550 E Unity : at IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController+<>c__DisplayClass143_0.<onRequestRejectedWithJustSayNoEevntToView>b__0 (System.Boolean useJustSayNoCard) [0x00067] in /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1462
01-21 15:17:39.862 32525 32550 E Unity : at IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController.UseJustSayNo () [0x000
01-21 15:17:40.047 32525 32550 I Unity :
01-21 15:17:40.047 32525 32550 I Unity :
01-21 15:17:40.047 32525 32550 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-21 15:17:40.047 32525 32550 I Unity :
01-21 15:17:40.047 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.047 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.047 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.047 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.047 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.047 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:483)
01-21 15:17:40.047 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1538)
01-21 15:17:40.047 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/ExtensionUtil
01-21 15:17:40.049 32525 32550 I Unity :
01-21 15:17:40.049 32525 32550 I Unity :
01-21 15:17:40.049 32525 32550 I Unity : ReArrangeLocalPlayerhand count 4 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-21 15:17:40.049 32525 32550 I Unity :
01-21 15:17:40.049 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.049 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.049 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.049 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.049 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.049 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:506)
01-21 15:17:40.049 32525 32550 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UIPlayer.cs:1538)
01-21 15:17:40.049 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Msc/Exten
01-21 15:17:40.554 32525 32550 I Unity :
01-21 15:17:40.554 32525 32550 I Unity :
01-21 15:17:40.554 32525 32550 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-21 15:17:40.554 32525 32550 I Unity :
01-21 15:17:40.554 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.554 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.554 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.554 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.554 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.554 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1792)
01-21 15:17:40.554 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:40.554 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volumes/Develop
01-21 15:17:40.556 32525 32550 I Unity :
01-21 15:17:40.556 32525 32550 I Unity :
01-21 15:17:40.556 32525 32550 I Unity : ==============PLAYER MOVE===========
01-21 15:17:40.556 32525 32550 I Unity : From: Swaaa
01-21 15:17:40.556 32525 32550 I Unity : To: Swaaa
01-21 15:17:40.556 32525 32550 I Unity : ToPile: CENTER_PILE
01-21 15:17:40.556 32525 32550 I Unity : Properties:
01-21 15:17:40.556 32525 32550 I Unity : isValidMv: True
01-21 15:17:40.556 32525 32550 I Unity : CardsMoved
01-21 15:17:40.556 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 19 money: 4 isPureWild: False colors: 1 Hash 9053312
01-21 15:17:40.556 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1794
01-21 15:17:40.556 32525 32550 I Unity :
01-21 15:17:40.556 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.556 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.556 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.556 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.556 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.556 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1794)
01-21 15:17:40.556 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlay
01-21 15:17:40.557 32525 32550 I Unity :
01-21 15:17:40.557 32525 32550 I Unity :
01-21 15:17:40.557 32525 32550 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1802
01-21 15:17:40.557 32525 32550 I Unity :
01-21 15:17:40.557 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.557 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.557 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.557 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.557 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.557 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1802)
01-21 15:17:40.557 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToView>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:629)
01-21 15:17:40.557 32525 32550 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at /Volum
01-21 15:17:40.558 32525 32550 I Unity :
01-21 15:17:40.558 32525 32550 I Unity :
01-21 15:17:40.558 32525 32550 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-21 15:17:40.558 32525 32550 I Unity : From: Swaaa
01-21 15:17:40.558 32525 32550 I Unity : To: Swaaa
01-21 15:17:40.558 32525 32550 I Unity : ToPile: CENTER_PILE
01-21 15:17:40.558 32525 32550 I Unity : Properties:
01-21 15:17:40.558 32525 32550 I Unity : isValidMv: True
01-21 15:17:40.558 32525 32550 I Unity : CardsMoved
01-21 15:17:40.558 32525 32550 I Unity : type: ACTION_CARD action: JUST_SAY_NO uid: 19 money: 4 isPureWild: False colors: 1 Hash 9053312
01-21 15:17:40.558 32525 32550 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-21 15:17:40.558 32525 32550 I Unity :
01-21 15:17:40.558 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.558 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.558 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.558 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.558 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.558 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:785)
01-21 15:17:40.558 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPla
01-21 15:17:40.559 32525 32550 I Unity :
01-21 15:17:40.559 32525 32550 I Unity :
01-21 15:17:40.559 32525 32550 I Unity : onLocalCardMove canPlay? True : => member name: onLocalCardMove : => source line number: 811
01-21 15:17:40.559 32525 32550 I Unity :
01-21 15:17:40.559 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:40.559 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:40.559 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:40.559 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:40.559 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:40.559 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:811)
01-21 15:17:40.559 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:1806)
01-21 15:17:40.559 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass113_0:<onLocalPlayerCardMoveEventToVie
01-21 15:17:41.324 32525 32550 I Unity :
01-21 15:17:41.324 32525 32550 I Unity :
01-21 15:17:41.324 32525 32550 I Unity : processCardAction Card type: ACTION_CARD action: JUST_SAY_NO uid: 19 money: 4 isPureWild: False colors: 1 Hash 9053312 action JUST_SAY_NO prop == null? True : => member name: processCardAction : => source line number: 514
01-21 15:17:41.324 32525 32550 I Unity :
01-21 15:17:41.324 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:41.324 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:41.324 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:41.324 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:41.324 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:41.324 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:514)
01-21 15:17:41.324 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass41_0:<onLocalCardMove>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Cont
01-21 15:17:41.327 32525 32550 I Unity :
01-21 15:17:41.327 32525 32550 I Unity :
01-21 15:17:41.327 32525 32550 I Unity : does not contain... : => member name: removeCardFromHand : => source line number: 2333
01-21 15:17:41.327 32525 32550 I Unity :
01-21 15:17:41.327 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:41.327 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:41.327 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:41.327 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:41.327 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:41.327 32525 32550 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(Card) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Model/MonoPlayer.cs:2333)
01-21 15:17:41.327 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonoDealController.cs:518)
01-21 15:17:41.327 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass41_0:<onLocalCardMove>b__0() (at /Volumes/Development/UNITY_Works/MonopolyDeal/Wor
01-21 15:17:41.503 32525 32550 I Unity :
01-21 15:17:41.503 32525 32550 I Unity :
01-21 15:17:41.503 32525 32550 I Unity : OnLocalPlayerPlayCardToTheCenterPile tween complete : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1705
01-21 15:17:41.503 32525 32550 I Unity :
01-21 15:17:41.503 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:41.503 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:41.503 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:41.503 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:41.503 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:41.503 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass156_0:<OnLocalPlayerPlayCardToTheCenterPile>b__2(UICard) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:1705)
01-21 15:17:41.503 32525 32550 I Unity : IJDV.MonopolyDeal.View.<>c__DisplayClass114_0:<SetParentAndUpdatePosition>b__1() (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/View/UICard.cs:540)
01-21 15:17:41.503 32525 32550 I Unity : LeanTween:update() (at /Volu
01-21 15:17:58.359 32525 32525 I Unity : onPause
01-21 15:17:58.382 32525 32550 I Unity :
01-21 15:17:58.382 32525 32550 I Unity :
01-21 15:17:58.382 32525 32550 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 123
01-21 15:17:58.382 32525 32550 I Unity :
01-21 15:17:58.382 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:58.382 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:58.382 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:58.382 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:58.382 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:58.382 32525 32550 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Utils/Timer.cs:123)
01-21 15:17:58.382 32525 32550 I Unity :
01-21 15:17:58.382 32525 32550 I Unity : (Filename: /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs Line: 372)
01-21 15:17:58.382 32525 32550 I Unity :
01-21 15:17:58.385 32525 32550 I Unity :
01-21 15:17:58.385 32525 32550 I Unity :
01-21 15:17:58.385 32525 32550 I Unity : OnApplicationPause True : => member name: OnApplicationPause : => source line number: 298
01-21 15:17:58.385 32525 32550 I Unity :
01-21 15:17:58.385 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:58.385 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:58.385 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:58.385 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:58.385 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:58.385 32525 32550 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnApplicationPause(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Controller/MonopolyDealUIViewController.cs:298)
01-21 15:17:58.385 32525 32550 I Unity :
01-21 15:17:58.385 32525 32550 I Unity : (Filename: /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs Line: 372)
01-21 15:17:58.385 32525 32550 I Unity :
01-21 15:17:58.389 32525 32550 I Unity :
01-21 15:17:58.389 32525 32550 I Unity :
01-21 15:17:58.389 32525 32550 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 123
01-21 15:17:58.389 32525 32550 I Unity :
01-21 15:17:58.389 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:58.389 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:58.389 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:58.389 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:58.389 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:58.389 32525 32550 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Utils/Timer.cs:123)
01-21 15:17:58.389 32525 32550 I Unity :
01-21 15:17:58.389 32525 32550 I Unity : (Filename: /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs Line: 372)
01-21 15:17:58.389 32525 32550 I Unity :
01-21 15:17:58.394 32525 32550 I Unity :
01-21 15:17:58.394 32525 32550 I Unity :
01-21 15:17:58.394 32525 32550 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 123
01-21 15:17:58.394 32525 32550 I Unity :
01-21 15:17:58.394 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:58.394 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:58.394 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:58.394 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:58.394 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:58.394 32525 32550 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Utils/Timer.cs:123)
01-21 15:17:58.394 32525 32550 I Unity :
01-21 15:17:58.394 32525 32550 I Unity : (Filename: /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs Line: 372)
01-21 15:17:58.394 32525 32550 I Unity :
01-21 15:17:58.419 32525 32550 I Unity :
01-21 15:17:58.419 32525 32550 I Unity :
01-21 15:17:58.419 32525 32550 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 123
01-21 15:17:58.419 32525 32550 I Unity :
01-21 15:17:58.419 32525 32550 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-21 15:17:58.419 32525 32550 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-21 15:17:58.419 32525 32550 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-21 15:17:58.419 32525 32550 I Unity : UnityEngine.Debug:Log(Object)
01-21 15:17:58.419 32525 32550 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs:372)
01-21 15:17:58.419 32525 32550 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/MonopolyDeal/Utils/Timer.cs:123)
01-21 15:17:58.419 32525 32550 I Unity :
01-21 15:17:58.419 32525 32550 I Unity : (Filename: /Volumes/Development/UNITY_Works/MonopolyDeal/WorkingCopy/MonopolyDeals/Assets/Scripts/Game/Game.cs Line: 372)
01-21 15:17:58.419 32525 32550 I Unity :
01-21 15:17:58.426 32525 32550 D Unity : Sensor : Accelerometer ( 1) ; 0.002395 / 0.00s ; Accelerometer LSM6DS3-C / ST
01-21 15:17:58.501 32525 32525 I Unity : windowFocusChanged: false
01-21 15:17:59.083 32525 32550 D Unity : SetWindow 0 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment