Exemple #1
0
 /// <summary>
 /// Used for internal construction, full allocation.
 /// </summary>
 public DefaultBoarderCases(int skillID, float Zfloat, string message, restrictionsAll.Properties none, long nopDefault, [email protected] system) : base(skillID)
 {
     this.Zfloat     = Zfloat;
     this.message    = message;
     this.none       = none;
     this.nopDefault = nopDefault;
     this.system     = system;
 }
Exemple #2
0
 /// <summary>
 /// Used for internal construction, full allocation.
 /// </summary>
 public Comment(int skillID, restrictionsAll.Properties property, [email protected] target, string text) : base(skillID)
 {
     this.property = property;
     this.target   = target;
     this.text     = text;
 }