Skip to content

Commit

Permalink
fix: deprecated LocationConfig.Location because it's not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Apr 23, 2024
1 parent 0d80ee4 commit d16425f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JotunnLib/Configs/LocationConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class LocationConfig
/// <summary>
/// Associated <see cref="Location"/> component
/// </summary>
[Obsolete("Not valid because no prefab is associated in LocationConfig, use CustomLocation.Location instead.")]
public Location Location { get; internal set; }

/// <summary>
Expand Down

0 comments on commit d16425f

Please sign in to comment.