CharacterManager.IsActive C# (CSharp) Method

IsActive() public method

public IsActive ( string key ) : bool
key string
return bool
    public bool IsActive(string key)
    {
        return isCharActive [key];
    }