Power - spotřebovává se když jsou zavřené dveře. Hráči mohou zavírat pouze dveře na svojí polovině mapy. Oprava bugu v MovementOpportunity, který způsoboval zpožďování intervalu.
This commit is contained in:
parent
7656707177
commit
25a62af483
22 changed files with 240 additions and 59 deletions
5
GlobalClassLib/Power.cs
Normal file
5
GlobalClassLib/Power.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace GlobalClassLib;
|
||||
|
||||
public static class Power {
|
||||
public const int MAX_POWER_VALUE = 1000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue