Add all missing docs
This commit is contained in:
@@ -140,8 +140,14 @@ public interface IExecutingMove : IScriptSource
|
||||
/// </summary>
|
||||
IMoveChoice MoveChoice { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns all the hits of this move.
|
||||
/// </summary>
|
||||
IReadOnlyList<IHitData> Hits { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The battle this move is being executed in.
|
||||
/// </summary>
|
||||
IBattle Battle { get; }
|
||||
}
|
||||
|
||||
@@ -189,6 +195,9 @@ public class ExecutingMoveImpl : ScriptSource, IExecutingMove
|
||||
/// <inheritdoc />
|
||||
public ScriptContainer Script => MoveChoice.Script;
|
||||
|
||||
/// <summary>
|
||||
/// The volatile scripts that are applicable to this move.
|
||||
/// </summary>
|
||||
public IScriptSet Volatile => MoveChoice.Volatile;
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user