Commit 7693090c authored by 神楽坂玲奈's avatar 神楽坂玲奈

remove deckmanager freestyle

parent bf7e7747
Pipeline #5427 passed with stages
in 89 minutes and 25 seconds
......@@ -215,17 +215,9 @@ public class DeckManager : ServantWithCardDescription
{
if (cardInDragging != null)
{
if (Input.GetKey(KeyCode.LeftControl) || Input.GetKey(KeyCode.RightControl))
{
//
}
else
{
if (cardInDragging.getIfAlive())
deckDirty = true;
ArrangeObjectDeck(true);
ShowObjectDeck();
}
if (cardInDragging.getIfAlive()) deckDirty = true;
ArrangeObjectDeck(true);
ShowObjectDeck();
cardInDragging.endDrag();
cardInDragging = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment