khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

class InstructionsScreen3 updates #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
remove methods:
Draw()
Initialize()
UnloadContent()

add variables:
string instructions;
Instruction instruction;
User user;

add methods:
void  LoadContent()
void Update(GameTime gameTime, bool covered)
void Draw(GameTime gameTime)
void Remove()

Original issue reported on code.google.com by khaled.osmaan on 27 Apr 2012 at 2:10

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 27 Apr 2012 at 8:27