summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IActivatable.cs
blob: fd4ecbf205172d348099577e28825b099500c2b6 (plain)
1
2
3
4
5
6
using System;

public interface IActivatable
{
	bool IsActive { get; }
}