C# Class IShape, Game-Design-Pattern

Mostra file Open project: yanagiragi/Game-Design-Pattern Class Usage Examples

Public Methods

Method Description
Draw ( ) : void

Method Details

Draw() public abstract method

public abstract Draw ( ) : void
return void