Revert "Fixed some (many) "{ get; set; }""
This reverts commit 8393349316.
This commit is contained in:
@@ -766,8 +766,5 @@ namespace Game.Entities
|
||||
List<ObjectGuid> _insideUnits = new List<ObjectGuid>();
|
||||
|
||||
AreaTriggerAI _ai;
|
||||
|
||||
public Vector3 RollPitchYaw { get => _rollPitchYaw; set => _rollPitchYaw = value; }
|
||||
public Vector3 TargetRollPitchYaw { get => _targetRollPitchYaw; set => _targetRollPitchYaw = value; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user