zeOxx / StudentGame

A continuation of the previous repo (https://github.com/zeOxx/Perihelion)
4 stars 1 forks source link

Move shooting into Unit.cs #16

Closed snorrewb closed 11 years ago

snorrewb commented 11 years ago

Lots of duplicate code in Enemy.cs and Player.cs. When Enemy is working, I will move the code.

snorrewb commented 11 years ago

Moved getters and setters into Unit.cs. Will move update functions later.

snorrewb commented 11 years ago

OK, this is pretty much done. Some things are still local, but won't get moved until further notice. Closing it.