Esempio n. 1
0
 public bool CanStackedTo(GiftInfo to)
 {
     return ((_templateId == to.TemplateID) && (Template.MaxCount > 1));
 }
Esempio n. 2
0
 public bool CanStackedTo(GiftInfo to)
 {
     return(this._templateId == to.TemplateID && this.Template.MaxCount > 1);
 }
Esempio n. 3
0
 public bool CanStackedTo(GiftInfo to)
 {
     return((_templateId == to.TemplateID) && (Template.MaxCount > 1));
 }