Rename Stance to PlayerRelationship
This commit is contained in:
@@ -25,12 +25,12 @@ namespace OpenRA.Mods.Common.Effects
|
||||
readonly Player player;
|
||||
readonly Shroud.SourceType sourceType;
|
||||
readonly WDist revealRadius;
|
||||
readonly Stance validStances;
|
||||
readonly PlayerRelationship validStances;
|
||||
readonly int duration;
|
||||
|
||||
int ticks;
|
||||
|
||||
public RevealShroudEffect(WPos pos, WDist radius, Shroud.SourceType type, Player forPlayer, Stance stances, int delay = 0, int duration = 50)
|
||||
public RevealShroudEffect(WPos pos, WDist radius, Shroud.SourceType type, Player forPlayer, PlayerRelationship stances, int delay = 0, int duration = 50)
|
||||
{
|
||||
this.pos = pos;
|
||||
player = forPlayer;
|
||||
|
||||
Reference in New Issue
Block a user