This commit is contained in:
Фёдор Веселов 2024-10-07 18:18:59 +05:00
commit 2e3226b5c1
14 changed files with 200 additions and 10 deletions

View file

@ -14,13 +14,13 @@ public class Utility
//
#region Enums
public enum EffectSlots {FREEZE, STUN, POISON, BEBRA};
public enum EffectSlots {FREEZE, STUN, POISON, GARLIC};
public enum DamageTypes {PHYSICAL, ICE};
#endregion
public const int EffectSlotCount = 3;
public const int EffectSlotCount = 4;
public const int LineCount = 5;
public const int TileWidth = 50;
public const int TileHeight = 60;