コード例 #1
0
ファイル: Life.cs プロジェクト: zzsun777/MarioPort
 public Life(Level level, Vector2 position, int x, int y)
     : base(level, position, x, y)
 {
 }