1
0
Fork 0
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:
Robin Appelman 2017-03-05 15:13:14 +01:00
commit 88d4815bae
2 changed files with 17 additions and 6 deletions

View file

@ -9,6 +9,7 @@ export interface BaseBuilding {
isBuilding: boolean;
isSapped: boolean;
team: number;
angle: number;
}
export interface Sentry extends BaseBuilding {