Skip to content

Commit

Permalink
add docs to drawable class
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeffian committed Apr 14, 2022
1 parent ae26d5f commit 9f982f7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

import dev.yeff.orbital.ecs.Component;

/**
* Abstract component class which all components that implement rendering should extend. This class exists purely to make the engine code cleaner.
*
* @author YeffyCodeGit
*/
public abstract class DrawableComponent extends Component { }

0 comments on commit 9f982f7

Please sign in to comment.