This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
myitinos
/
HackTheGame-v001
Прати
1
Волим
0
Креирај огранак
1
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
renamed function to check alive or not and added name getter
master
myitinos
пре 6 година
родитељ
bbae242f9a
комит
88aabb485a
1 измењених фајлова
са
7 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-2
class/character.hpp
+ 7
- 2
class/character.hpp
Прегледај датотеку
@ -32,12 +32,12 @@ class Character
this
-
>
def
=
def
;
}
bool
checkDie
d
(
)
bool
isDea
d
(
)
{
return
hp
<
=
0
;
}
bool
check
Alive
(
)
bool
is
Alive
(
)
{
return
hp
>
0
;
}
@ -62,6 +62,11 @@ class Character
return
def
;
}
char
*
getName
(
)
{
return
name
;
}
int
getAtt
(
)
{
return
att
;
Write
Preview
Loading…
Откажи
Сачувај