예제 #1
0
파일: Life.cs 프로젝트: zzsun777/MarioPort
 public Life(Level level, Vector2 position, int x, int y)
     : base(level, position, x, y)
 {
 }