示例#1
0
		public CardGainAction(Player player, Card card, String text, CardGainMethod method, Boolean isRequired)
		{
			_Player = player; _Card = card; _Text = text; _Method = method; _IsRequired = isRequired;
		}
示例#2
0
 public CardGainAction(Player player, Card card, String text, CardGainMethod method)
 {
     _Player = player; _Card = card; _Text = text; _Method = method;
 }
示例#3
0
 public CardGainAction(Player player, Card card, String text, CardGainMethod method, Boolean isRequired)
 {
     _Player = player; _Card = card; _Text = text; _Method = method; _IsRequired = isRequired;
 }