Class UserRecommendationHandler
Responsible for mailing recommendations to the user, listens to different events and based on it mails the owning user certain actions that can boost gameplay.
Inheritance
System.Object
UserRecommendationHandler
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class UserRecommendationHandler : Object
Constructors
UserRecommendationHandler()
Declaration
public UserRecommendationHandler()
Fields
RecommendationMessageIdPrefix
Declaration
public const string RecommendationMessageIdPrefix = "rec"
Field Value
Type | Description |
---|---|
System.String |
Methods
Initialize(User)
Initializes the recommendation handler to the owning user.
Declaration
public void Initialize(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |