Added casting bar functions.

This commit is contained in:
Filip Maj
2017-08-26 12:33:37 -04:00
parent 546908acde
commit ff93dc41ef
2 changed files with 21 additions and 2 deletions

View File

@@ -18,8 +18,8 @@
public bool isContentsCommand;
public int castCommandClient;
public int castEndClient;
public uint castCommandClient;
public uint castEndClient;
public int[] comboNextCommandId = new int[2];
public float comboCostBonusRate;