SetCardProperty() public method

public SetCardProperty ( int id, byte player, string name, string val, string valtype ) : void
id int
player byte
name string
val string
valtype string
return void
Beispiel #1
0
 internal void SetCardProperty(int card, byte player, string name, string val, string valtype)
 {
     _broadcaster.SetCardProperty(card, player, name, val, valtype);
 }