Class UserSubTaskClaimProperty
Inheritance
System.Object
UserSubTaskClaimProperty
Inherited Members
Namespace: Eco.Gameplay.Tutorial.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskClaimProperty : UserSubTaskSubscribe<bool, Deed, User>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskClaimProperty()
Declaration
public UserSubTaskClaimProperty()
Properties
Subscription
Declaration
protected override ThreadSafeAction<bool, Deed, User> Subscription { get; }
Property Value
Type | Description |
---|---|
ThreadSafeAction<System.Boolean, Deed, User> |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.Boolean, Eco.Gameplay.Property.Deed, Eco.Gameplay.Players.User>.Subscription
Methods
IsComplete(Boolean, Deed, User)
Declaration
protected override bool IsComplete(bool claimed, Deed deed, User user)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | claimed | |
Deed | deed | |
User | user |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.Boolean, Eco.Gameplay.Property.Deed, Eco.Gameplay.Players.User>.IsComplete(System.Boolean, Eco.Gameplay.Property.Deed, Eco.Gameplay.Players.User)
Implements
System.ComponentModel.INotifyPropertyChanged