Merge branch 'v26'

This commit is contained in:
evanpelle
2025-11-01 10:49:35 -07:00
12 changed files with 418 additions and 19 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ export interface Player {
decayRelations(): void;
isOnSameTeam(other: Player): boolean;
// Either allied or on same team.
isFriendly(other: Player): boolean;
isFriendly(other: Player, treatAFKFriendly?: boolean): boolean;
team(): Team | null;
clan(): string | null;
incomingAllianceRequests(): AllianceRequest[];