Exemple #1
0
 /// <summary>
 ///     Gets the visible verb data for the user.
 /// </summary>
 /// <remarks>
 ///     Implementations should write into <paramref name="data"/> to return their data.
 /// </remarks>
 /// <param name="user">The entity of the user opening this menu.</param>
 /// <param name="component">The component instance for which this verb is being loaded.</param>
 /// <param name="data">The data that must be filled into.</param>
 protected abstract void GetData(IEntity user, IComponent component, VerbData data);
 public abstract void GetData(IEntity user, IEntity target, VerbData data);