mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 08:44:10 +00:00
fix: update dst port when ship captured (#217)
This commit is contained in:
@@ -180,4 +180,8 @@ export class UnitImpl implements Unit {
|
||||
dstPort(): Unit {
|
||||
return this._dstPort;
|
||||
}
|
||||
|
||||
setDstPort(dstPort: Unit): void {
|
||||
this._dstPort = dstPort;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user