コード例 #1
0
ファイル: Block.cs プロジェクト: ybottom/Landlord-Master
 public override void Activate(Creature user)
 {
     user.TakeStairsDown();
 }