Exemple #1
0
 /// <summary>
 /// Check the LuaUnit for its attacked to you
 /// </summary>
 /// <param name="luaUnit">luaunit to check</param>
 /// <returns>wether the unit can be attacked or not</returns>
 public static bool CanAttack(LuaUnit luaUnit)
 => AmeisenCore.CanAttack(luaUnit);