コード例 #1
0
ファイル: Dead.cs プロジェクト: x86chi/lib9c
 public override IEnumerator CoExecute(IStage stage)
 {
     yield return(stage.CoDead(Character));
 }