コード例 #1
0
 public InterludeBattleEnd(InterludeStatus mgr) : base(mgr)
 {
 }
コード例 #2
0
 public InterludeContent(InterludeStatus mgr)
 {
     controller = mgr;
 }
コード例 #3
0
 public InterludePutIntoPort(InterludeStatus mgr) : base(mgr)
 {
 }