This repository was archived by the owner on Feb 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/VectorNetworkProject/TheMix/game/level Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public static function init(): array
37
37
*
38
38
* @param Player $player
39
39
* @param int $level
40
+ *
40
41
* @throws \Error
42
+ *
41
43
* @return void
42
44
*/
43
45
public static function setLevel (Player $ player , int $ level ): void
@@ -58,6 +60,7 @@ public static function setLevel(Player $player, int $level): void
58
60
* プレイヤーのレベルを1上げます。
59
61
*
60
62
* @param Player $player
63
+ *
61
64
* @return void
62
65
*/
63
66
public static function addLevel (Player $ player ): void
@@ -79,6 +82,7 @@ public static function addLevel(Player $player): void
79
82
* プレイヤーのレベルを返します。
80
83
*
81
84
* @param Player $player
85
+ *
82
86
* @return int
83
87
*/
84
88
public static function getLevel (Player $ player ): int
@@ -91,6 +95,7 @@ public static function getLevel(Player $player): int
91
95
* レベルが120か調べる。
92
96
*
93
97
* @param int $level
98
+ *
94
99
* @return bool
95
100
*/
96
101
public static function isComplete (int $ level ): bool
@@ -104,6 +109,7 @@ public static function isComplete(int $level): bool
104
109
* レベルが120を超えていないか調べる。
105
110
*
106
111
* @param int $level
112
+ *
107
113
* @return bool
108
114
*/
109
115
private static function CheckLevel (int $ level ): bool
You can’t perform that action at this time.
0 commit comments