Intial commit with working base game and game status.
This commit is contained in:
9
Skeleton.cs
Normal file
9
Skeleton.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
public class Skeleton : Character
|
||||
{
|
||||
public Skeleton()
|
||||
{
|
||||
maxHP = 5;
|
||||
currentHP = maxHP;
|
||||
name = "Skeleton";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user