Exemple #1
0
 public ScannerTarget(double positionX, double positionY, string source, MessageExchangeType type)
 {
     this.PositionX       = positionX;
     this.PositionY       = positionY;
     this.Source          = source;
     this.MsgExchangeType = type;
 }
Exemple #2
0
 public Collision(string source, int damage, MessageExchangeType type)
 {
     this.Source          = source;
     this.Damage          = damage;
     this.MsgExchangeType = type;
 }