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