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 1f if the target is dead or 0f if not.
|
||||
/// </summary>
|
||||
public sealed class TargetIsDeadCon : UtilityConsideration
|
||||
public sealed partial class TargetIsDeadCon : UtilityConsideration
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user