12.10 进度 基本完成
This commit is contained in:
@@ -47,6 +47,11 @@ namespace Continentis.MainGame.Commands
|
||||
return Observable.Return(Unit.Default);
|
||||
}
|
||||
|
||||
return base.OnExecute(outerContext);
|
||||
}
|
||||
|
||||
protected override IObservable<Unit> CoreExecute(CommandContext outerContext)
|
||||
{
|
||||
if (useTargetPosition)
|
||||
{
|
||||
if (selfContext.context["Target"] is CharacterBase character)
|
||||
|
||||
Reference in New Issue
Block a user