More moves
This commit is contained in:
@@ -139,6 +139,8 @@ public interface IExecutingMove : IScriptSource
|
||||
/// The underlying move choice.
|
||||
/// </summary>
|
||||
IMoveChoice MoveChoice { get; }
|
||||
|
||||
IReadOnlyList<IHitData> Hits { get; }
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IExecutingMove"/>
|
||||
@@ -225,6 +227,9 @@ public class ExecutingMoveImpl : ScriptSource, IExecutingMove
|
||||
/// <inheritdoc />
|
||||
public IMoveChoice MoveChoice { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public IReadOnlyList<IHitData> Hits => _hits;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override int ScriptCount => 2 + User.ScriptCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user