Content arch (#20107)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
@@ -500,7 +500,7 @@ public abstract partial class InteractionTest
|
||||
/// <summary>
|
||||
/// Assert whether or not the target has the given component.
|
||||
/// </summary>
|
||||
protected void AssertComp<T>(bool hasComp = true, NetEntity? target = null)
|
||||
protected void AssertComp<T>(bool hasComp = true, NetEntity? target = null) where T : IComponent
|
||||
{
|
||||
target ??= Target;
|
||||
if (target == null)
|
||||
|
||||
Reference in New Issue
Block a user