Changed a lot of Actions.cs and a few other things to be more easily
extendable.
This commit is contained in:
10
VinFletcher.cs
Normal file
10
VinFletcher.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
class VinFletcher : Character
|
||||
{
|
||||
public VinFletcher()
|
||||
{
|
||||
maxHP = 15;
|
||||
currentHP = maxHP;
|
||||
name = "Vin Fletcher";
|
||||
CharacterEnabledActions.AddRange("Punch", "Health Potion", "Items", "Do Nothing");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user