public PortalBox(int x, int y, PortalBox other, bool isSender) : base(x, y) { bSender = isSender; mDumpPoint = new Vector2(x, y); mOther = other; }
public void SetOther(PortalBox other) { mOther = other; }