Project2.GameObjects.Abstract.LevelPiece.BeginDraw C# (CSharp) Méthode

BeginDraw() public méthode

public BeginDraw ( ) : bool
Résultat bool
        public bool BeginDraw()
        {
            throw new NotImplementedException();
        }