mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
fix entrance detection
This commit is contained in:
parent
dea2d2e790
commit
88d4815bae
2 changed files with 17 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ export interface BaseBuilding {
|
|||
isBuilding: boolean;
|
||||
isSapped: boolean;
|
||||
team: number;
|
||||
angle: number;
|
||||
}
|
||||
|
||||
export interface Sentry extends BaseBuilding {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue