HP
This commit is contained in:
parent
c604f6e4e6
commit
0bb31fb823
1 changed files with 10 additions and 3 deletions
|
@ -8,9 +8,16 @@ public class HP : MonoBehaviour {
|
||||||
void Start () {
|
void Start () {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
// Update is called once per frame
|
||||||
// Update is called once per frame
|
|
||||||
void Update () {
|
void Update () {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
public void SetHP(){
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public void RotateHpBar(){
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue