Example #1
0
 public override void DoAction(IPlayerController subject, IPlayerController target)
 {
     subject.BuildWall(buildAmount);
 }