コード例 #1
0
ファイル: Block.cs プロジェクト: CS-361-Project/prism-game
 public virtual bool isPassable()
 {
     return(!blockModel.isActive());
 }