Project2.GameObjects.Abstract.LevelPiece.BeginDraw C# (CSharp) 메소드

BeginDraw() 공개 메소드

public BeginDraw ( ) : bool
리턴 bool
        public bool BeginDraw()
        {
            throw new NotImplementedException();
        }