cscenter / TotemGameCSC

practic 2013 in CSC. Totem
GNU General Public License v2.0
0 stars 0 forks source link

Create standalone class PlayerView #1

Closed evlinsky closed 10 years ago

evlinsky commented 11 years ago

This class draws player name, avatar, status and cards. class PlayerView { void draw(Graphics g, int x ,int y);

}