Ejemplo n.º 1
0
 public PortalBox(int x, int y, PortalBox other, bool isSender)
     : base(x, y)
 {
     bSender = isSender;
     mDumpPoint = new Vector2(x, y);
     mOther = other;
 }
Ejemplo n.º 2
0
 public void SetOther(PortalBox other)
 {
     mOther = other;
 }