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

Commit 6279b4f

Browse files
committed
Trade
1 parent 57718c0 commit 6279b4f

File tree

1 file changed

+5
-0
lines changed
  • MOBA-Manager/MOBA-Manager/Source/Game

1 file changed

+5
-0
lines changed

MOBA-Manager/MOBA-Manager/Source/Game/Trade.cs

+5
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ public Trade(Player player)
1010
{
1111
this.TradedPlayer = player;
1212
}
13+
14+
public void BuyPlayer(Team team)
15+
{
16+
17+
}
1318
}
1419
}

0 commit comments

Comments
 (0)