示例#1
0
文件: Dead.cs 项目: x86chi/lib9c
 public override IEnumerator CoExecute(IStage stage)
 {
     yield return(stage.CoDead(Character));
 }