kinglamer / ArcomageHome

Простая карточная игра.
5 stars 1 forks source link

Баг: Не отыгрывают карты #40

Closed Barktail closed 10 years ago

Barktail commented 10 years ago

KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary2[Arcomage.Entity.Specifications,System.Int32].get_Item (Specifications key) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) Arcomage.Core.PlayerHelper.ApplyCardParamFromEnemy (Arcomage.Entity.CardParams item) Arcomage.Core.PlayerHelper.ApplyCardParamsToPlayer (ICollection1 cardParams) Arcomage.Core.PlayerHelper.UseCard (Int32 id) GameController.CardPlayed (Int32 cardID) (at Assets/Scripts/GameController.cs:100) DoneCardScript.OnMouseOver () (at Assets/Scripts/Objects/DoneCardScript.cs:80) UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32, Int32)