Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Content.Server.NPC.Queries.Considerations;
|
||||
/// <summary>
|
||||
/// Returns whether the target is in line-of-sight.
|
||||
/// </summary>
|
||||
public sealed class TargetInLOSCon : UtilityConsideration
|
||||
public sealed partial class TargetInLOSCon : UtilityConsideration
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user