Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed Feb 19, 2018
1 parent 5599634 commit 71c9bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CardSharp/GameSteps/StandardParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ 带有[R]的命令 是正式功能,'一般'不会做更改
var point = int.Parse(sp[2]);
var cfg = PlayerConfig.GetConfig(new Player(target));
cfg.Point = point;
desk.AddMessage("Set done.");
}
}
}
Expand Down

0 comments on commit 71c9bcb

Please sign in to comment.