Exemplo n.º 1
0
 public ProximityCapturable(Actor self, ProximityCapturableInfo info)
 {
     Info = info;
     Range = info.Range;
     Permanent = info.Permanent;
     MustBeClear = info.MustBeClear;
     Self = self;
     OriginalOwner = self.Owner;
 }
Exemplo n.º 2
0
 public ProximityCapturable(Actor self, ProximityCapturableInfo info)
 {
     Info = info;
     Self = self;
     OriginalOwner = self.Owner;
 }
Exemplo n.º 3
0
 public ProximityCapturable(Actor self, ProximityCapturableInfo info)
 {
     Info          = info;
     Self          = self;
     OriginalOwner = self.Owner;
 }