Fix SA1316

This commit is contained in:
RoosterDragon
2023-04-05 19:38:09 +01:00
committed by Pavel Penev
parent 062dc2bd40
commit a167f9680f
6 changed files with 11 additions and 12 deletions

View File

@@ -74,11 +74,11 @@ namespace OpenRA.Mods.Common.Traits
ITargetableCells targetableCells;
Turreted turret;
((CPos Cell, SubCell SubCell)[] targetableCells,
WPos? selfCenterPosition,
WRot? selfOrientation,
WRot? turretLocalOrientation,
WVec? turretOffset) cacheInput;
((CPos Cell, SubCell SubCell)[] TargetableCells,
WPos? SelfCenterPosition,
WRot? SelfOrientation,
WRot? TurretLocalOrientation,
WVec? TurretOffset) cacheInput;
WPos[] cachedTargetablePositions;