Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Trade
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce committed Feb 21, 2021
1 parent 57718c0 commit 6279b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MOBA-Manager/MOBA-Manager/Source/Game/Trade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ public Trade(Player player)
{
this.TradedPlayer = player;
}

public void BuyPlayer(Team team)
{

}
}
}

0 comments on commit 6279b4f

Please sign in to comment.