Totem.IsEnemy C# (CSharp) Method

IsEnemy() public method

public IsEnemy ( Totem, other ) : bool
other Totem,
return bool
    public bool IsEnemy(Totem other)
    {
        return other.Owner != Owner;
    }