chore: cleanup
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using JetBrains.Annotations;
|
||||
using OwofGames.GodotLume;
|
||||
|
||||
namespace GodotHostTest.AetherBind;
|
||||
|
||||
public static class BuilderExtensions
|
||||
{
|
||||
public static Builder AddValueProvider<TValueType, TSourceScope, TDestinationScope>(this Builder builder)
|
||||
public static Builder AddValueProvider<TValueType, [MeansImplicitUse] TSourceScope,
|
||||
[MeansImplicitUse] TDestinationScope>(this Builder builder)
|
||||
where TValueType : class
|
||||
where TSourceScope : RootScope
|
||||
where TDestinationScope : TSourceScope
|
||||
@@ -22,7 +24,7 @@ public static class BuilderExtensions
|
||||
provider => provider.Get<IValueGetter<TValueType>>().Value);
|
||||
}
|
||||
|
||||
public static Builder AddValueProvider<TValueType, TScope>(this Builder builder)
|
||||
public static Builder AddValueProvider<TValueType, [MeansImplicitUse] TScope>(this Builder builder)
|
||||
where TValueType : class
|
||||
where TScope : RootScope
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user