MonkeySpace.Core.Session.HasTag C# (CSharp) Method

HasTag() public method

public HasTag ( string tag ) : bool
tag string
return bool
        public bool HasTag(string tag)
        {
            return false;
        }