Closed Tb64 closed 8 years ago
Assigned to Chris and Patrick, they will work together on starting this class.
(Trying to treat this issue list like I would at work).
Closing, Prototype finished.
https://github.com/Tb64/canyonsCSclub/commit/b20bc6002162b60ebbdb3f76c903ae773d31d162
Right now PlayerController.cs is not a bad start for testing but if we want to have multiple classes it might be a good idea if we can make a super class that each player class can can use Inheritance on.
Controls Health Level Experience Weapons Attack TakeDamage
Optional for now: Debuffs/Buffs Skills Items
A wiki page on the GitHub for your class would be great too! https://msdn.microsoft.com/en-us/library/ms173149.aspx
Super Class Videos: https://unity3d.com/learn/tutorials/topics/scripting/inheritance?playlist=17117 https://unity3d.com/learn/tutorials/topics/scripting/polymorphism?playlist=17117 https://unity3d.com/learn/tutorials/topics/scripting/generics?playlist=17117 https://unity3d.com/learn/tutorials/topics/scripting/overriding?playlist=17117